We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072acae commit bf1556aCopy full SHA for bf1556a
.github/workflows/rust.yml
@@ -2,9 +2,9 @@ name: Rust
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: ["main"]
6
pull_request:
7
8
9
env:
10
CARGO_TERM_COLOR: always
@@ -70,7 +70,7 @@ jobs:
70
restore-keys: ${{ runner.os }}-cargo-nightly-
71
- name: Generate test result and coverage report
72
run: |
73
- cargo install cargo2junit grcov;
+ cargo install --force cargo2junit grcov;
74
cargo build --verbose;
75
cargo test $CARGO_OPTIONS -- -Z unstable-options --format json | cargo2junit > results.xml;
76
zip -0 ccov.zip `find . \( -name "$PROJECT_NAME_UNDERSCORE*.gc*" \) -print`;
0 commit comments