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.
2 parents 6908b58 + 9f7d6bc commit 4f2910cCopy full SHA for 4f2910c
.github/workflows/linux.yml
@@ -59,13 +59,13 @@ jobs:
59
args: --all --all-features --no-fail-fast -- --nocapture
60
61
- name: Generate coverage file
62
- if: matrix.version == 'stable' && (github.ref == 'master' || github.event_name == 'pull_request')
+ if: matrix.version == 'stable' && github.ref == 'refs/heads/master'
63
run: |
64
cargo install cargo-tarpaulin
65
cargo tarpaulin --out Xml --workspace --all-features
66
67
- name: Upload to Codecov
68
69
uses: codecov/codecov-action@v1
70
with:
71
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments