Skip to content

Commit

Permalink
Ignore tests from codecov count and disable annotations (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat authored Oct 2, 2020
1 parent 767a8cc commit 45c5758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github_checks:
annotations: false
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
args: -v
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
args: --ignore-tests
- name: Upload to codecov.io
uses: codecov/codecov-action@v1

Expand Down

0 comments on commit 45c5758

Please sign in to comment.