File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
verbose : true
112
112
- name : Generate integration-tests coverage
113
113
run : make coverage-integration-tests
114
- - name : Upload unit -tests coverage to Codecov
114
+ - name : Upload integration -tests coverage to Codecov
115
115
uses : codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
116
116
env :
117
117
CODECOV_TOKEN : ${{ secrets.CODECOV_ORG_TOKEN }}
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ coverage: coverage-unit-tests coverage-integration-tests
36
36
37
37
.PHONY : coverage-unit-tests
38
38
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
41
39
cargo tarpaulin --verbose --skip-clean --engine=llvm \
42
40
--all-features --lib --bin --follow-exec \
43
41
--out xml --out html --output-dir coverage/unit-tests
You can’t perform that action at this time.
0 commit comments