Skip to content

Commit

Permalink
Ignore tests from codecov count and disable annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Sep 27, 2020
1 parent 0348ba9 commit f5b1748
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 @@ -85,6 +85,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 f5b1748

Please sign in to comment.