Skip to content

Commit

Permalink
Add configuration for grcov
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-burnett committed Jan 1, 2021
1 parent 87f8d12 commit 7311ec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/actions-rs/grcov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
branch: true
filter: covered
ignore-not-existing: true
llvm: true
output-type: lcov
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ jobs:
- name: Gather coverage data
id: coverage
uses: actions-rs/grcov@v0.1
with:
coveralls-token: ${{ secrets.COVERALLS_TOKEN }}

- name: Upload to Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 7311ec2

Please sign in to comment.