Skip to content

Commit f46110c

Browse files
committed
test: Use grcov as in actions-rs/grcov#81
1 parent 049691a commit f46110c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- maci-use-experimental-grcov
89

910
jobs:
1011
check:
@@ -41,7 +42,9 @@ jobs:
4142
CARGO_INCREMENTAL: '0'
4243
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off
4344
- id: coverage
44-
uses: actions-rs/[email protected]
45+
uses: macisamuele/actions-rs-grcov@vmaci-install-from-releases
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4548
- name: Upload coverage to Codecov
4649
uses: codecov/[email protected]
4750
with:

0 commit comments

Comments
 (0)