Skip to content

Commit 540eee4

Browse files
committed
fixup! fixup! fixup! fixup! fix(ci): replace removed -Zprofile with -Cinstrument-coverage for source-based coverage reports
1 parent 2d870c8 commit 540eee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
LLVM_PROFILE_FILE: 'target/debug/coverage/dcaf-%p-%m.profraw'
108108
RUSTFLAGS: '-Cinstrument-coverage -Cpanic=abort -Zpanic_abort_tests'
109109
RUSTDOCFLAGS: '-C instrument-coverage -Cpanic=abort -Zpanic_abort_tests -Z unstable-options --persist-doctests target/debug/'
110-
- run: zip ./target/debug/coverage/files.zip "./target/debug/coverage/dcaf-*.profraw"
110+
- run: zip ./target/debug/coverage/files.zip ./target/debug/coverage/dcaf-*.profraw
111111
- run: grcov ./target/debug/coverage/files.zip -s . --binary-path ./target/debug/ --service-name "Continuous Integration" --commit-sha ${GITHUB_SHA} -t coveralls --branch --ignore-not-existing --ignore "../*" --ignore "/*" --ignore "*/test_helper.rs" -o ./target/debug/coverage/ --token=${COVERALLS_TOKEN}
112112
- name: Coveralls upload
113113
uses: coverallsapp/github-action@main

0 commit comments

Comments
 (0)