Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! ci: replace actions-rs, some CI re…
Browse files Browse the repository at this point in the history
…factoring
  • Loading branch information
pulsastrix committed Aug 13, 2024
1 parent d506f3e commit 4c08900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
- run: mkdir ./target/debug/coverage
- run: zip ./target/debug/coverage/files.zip ./target/debug/deps/dcaf-*.gcda ./target/debug/deps/dcaf-*.gcno
- run: grcov ./target/debug/coverage/files.zip -s . --service-name "Continuous Integration" --commit-sha ${GITHUB_SHA} -t lcov --branch --ignore-not-existing --ignore ../* --ignore */test_helper.rs -o ./target/debug/coverage/
- run: grcov ./target/debug/coverage/files.zip -s . --service-name "Continuous Integration" --commit-sha ${GITHUB_SHA} -t lcov --branch --ignore-not-existing --ignore "../*" --ignore "/*" --ignore "*/test_helper.rs" -o ./target/debug/coverage/
- name: Coveralls upload
uses: coverallsapp/github-action@main
with:
Expand Down

0 comments on commit 4c08900

Please sign in to comment.