diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b59ff032..1f8f5024 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: verbose: true - name: Generate integration-tests coverage run: make coverage-integration-tests - - name: Upload unit-tests coverage to Codecov + - name: Upload integration-tests coverage to Codecov uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} diff --git a/Makefile b/Makefile index 57ba28ce..1094a155 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,6 @@ coverage: coverage-unit-tests coverage-integration-tests .PHONY: coverage-unit-tests coverage-unit-tests: - # integration-tests with llvm need +nightly. Hence, enable +nightly on - # unit-tests, and use --skip-clean to not recompile on CI if not needed cargo tarpaulin --verbose --skip-clean --engine=llvm \ --all-features --lib --bin --follow-exec \ --out xml --out html --output-dir coverage/unit-tests