Browse Source

Ignore tests from codecov count and disable annotations (#724)

pull/768/head
Halid Odat 4 years ago committed by GitHub
parent
commit
45c5758e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/codecov.yml
  2. 2
      .github/workflows/rust.yml

2
.github/codecov.yml

@ -0,0 +1,2 @@
github_checks:
annotations: false

2
.github/workflows/rust.yml

@ -100,6 +100,8 @@ jobs:
args: -v
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
args: --ignore-tests
- name: Upload to codecov.io
uses: codecov/codecov-action@v1

Loading…
Cancel
Save