Skip to content

Commit

Permalink
test: Use grcov as in actions-rs/grcov#81
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Jun 25, 2020
1 parent 049691a commit f46110c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- maci-use-experimental-grcov

jobs:
check:
Expand Down Expand Up @@ -41,7 +42,9 @@ jobs:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off
- id: coverage
uses: actions-rs/[email protected]
uses: macisamuele/actions-rs-grcov@vmaci-install-from-releases
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit f46110c

Please sign in to comment.