Skip to content

Commit

Permalink
#7 exclude files from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 19, 2023
1 parent dfde22f commit eccead5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tarpaulin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions-rs/tarpaulin@v0.1
with:
version: '0.15.0'
args: '-- --test-threads 1'
args: '-- --test-threads 1 --exclude-files lib.rs'
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit eccead5

Please sign in to comment.