diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7919f9c..daf3080 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -107,7 +107,7 @@ jobs: LLVM_PROFILE_FILE: 'target/debug/coverage/dcaf-%p-%m.profraw' RUSTFLAGS: '-Cinstrument-coverage -Cpanic=abort -Zpanic_abort_tests' RUSTDOCFLAGS: '-C instrument-coverage -Cpanic=abort -Zpanic_abort_tests -Z unstable-options --persist-doctests target/debug/' - - run: zip ./target/debug/coverage/files.zip "./target/debug/deps/dcaf-*.profraw" + - run: zip ./target/debug/coverage/files.zip "./target/debug/coverage/dcaf-*.profraw" - 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} - name: Coveralls upload uses: coverallsapp/github-action@main