Skip to content

Commit

Permalink
workflow: add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
KevFan committed Jul 24, 2023
1 parent 775596d commit 2a1bfc5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions-rs/grcov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
output-type: lcov
output-file: ./lcov.info
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ jobs:
with:
command: test
args: --all-features
- name: rust-grcov
uses: actions-rs/grcov@v0.1.5
- name: Codecov
uses: codecov/codecov-action@v3
with:
verbose: true
fail_ci_if_error: true

fmt:
name: Rustfmt
Expand Down

0 comments on commit 2a1bfc5

Please sign in to comment.