Skip to content

Commit 88d389d

Browse files
authored
Merge pull request #668 from viccuad/add-coverage
chore: Remove tarpaulin comment, reword job
2 parents 499f357 + ed2b107 commit 88d389d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
verbose: true
112112
- name: Generate integration-tests coverage
113113
run: make coverage-integration-tests
114-
- name: Upload unit-tests coverage to Codecov
114+
- name: Upload integration-tests coverage to Codecov
115115
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
116116
env:
117117
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ coverage: coverage-unit-tests coverage-integration-tests
3636

3737
.PHONY: coverage-unit-tests
3838
coverage-unit-tests:
39-
# integration-tests with llvm need +nightly. Hence, enable +nightly on
40-
# unit-tests, and use --skip-clean to not recompile on CI if not needed
4139
cargo tarpaulin --verbose --skip-clean --engine=llvm \
4240
--all-features --lib --bin --follow-exec \
4341
--out xml --out html --output-dir coverage/unit-tests

0 commit comments

Comments
 (0)