diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..e00ce3d698 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,2 @@ +github_checks: + annotations: false diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 614435a78e..ffd784bfaa 100644 --- a/.github/workflows/rust.yml +++ b/.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