From b54f7dae13100f2867fa52971692403e10242169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Wed, 23 Oct 2024 10:38:16 +0200 Subject: [PATCH 1/3] Revert "WIP: remove llvm" This reverts commit 732a87de7e9c948d9bb7e3234e66e6f18b9dff02. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32c34bea..487159d7 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ coverage-unit-tests: .PHONY: coverage-e2e-tests coverage-e2e-tests: - cargo tarpaulin --verbose --skip-clean \ + cargo tarpaulin --verbose --skip-clean --engine=llvm \ --all-features --implicit-test-threads --test e2e \ --out xml --out html --output-dir coverage/e2e-tests From 193273555212dc3bf06dd041b7a9187456fea2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Wed, 23 Oct 2024 10:41:30 +0200 Subject: [PATCH 2/3] ci: Don't install cosign on coverage job, not needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Víctor Cuadrado Juan --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 782d6dbc..90b877f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,6 @@ jobs: directory: coverage/unit-tests flags: unit-tests verbose: true - - uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 - name: Generate e2e-tests coverage run: make coverage-e2e-tests From bf46cd1a26ebbde9c277f4d5b01cd94dbbb4a82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Wed, 23 Oct 2024 10:41:44 +0200 Subject: [PATCH 3/3] ci: Continue on error for coverage job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Víctor Cuadrado Juan --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90b877f0..83132bc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,7 @@ jobs: coverage: name: coverage runs-on: ubuntu-latest + continue-on-error: true # https://github.com/xd009642/tarpaulin/issues/1639 steps: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7