diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000000..e00ce3d6988 --- /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 d5f5a21a1ae..be5cfbd2fc1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -85,6 +85,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