Skip to content

Commit

Permalink
Add code coverage: tarpaulin / codecov (#411)
Browse files Browse the repository at this point in the history
* Adding tarpaulin code coverage step
Co-authored-by: Iban Eguia <razican@protonmail.ch>
  • Loading branch information
Paul Lancaster authored Jun 1, 2020
1 parent 8255c3a commit ce0d801
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
with:
command: test
args: -v
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
- name: Upload to codecov.io
uses: codecov/codecov-action@v1.0.2

test_on_windows:
name: Test Suite on Windows
Expand Down

0 comments on commit ce0d801

Please sign in to comment.