File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments