Skip to content

Commit

Permalink
ignore tests in code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benny-n committed Feb 12, 2022
1 parent d04ced6 commit 35ba75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Generate code coverage
run: |
cargo +nightly tarpaulin --manifest-path packages/server/Cargo.toml --verbose --all-features --workspace --timeout 120 --out Xml
cargo +nightly tarpaulin --manifest-path packages/server/Cargo.toml --verbose --all-features --workspace --timeout 120 --ignore-tests --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 35ba75c

Please sign in to comment.