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 049691a commit f46110cCopy full SHA for f46110c
.github/workflows/build.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- master
8
+ - maci-use-experimental-grcov
9
10
jobs:
11
check:
@@ -41,7 +42,9 @@ jobs:
41
42
CARGO_INCREMENTAL: '0'
43
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off
44
- id: coverage
- uses: actions-rs/[email protected]
45
+ uses: macisamuele/actions-rs-grcov@vmaci-install-from-releases
46
+ env:
47
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
- name: Upload coverage to Codecov
49
uses: codecov/[email protected]
50
with:
0 commit comments