Skip to content

Commit

Permalink
#7 src/
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 19, 2023
1 parent eccead5 commit 6cece2d
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/[email protected]
with:
version: '0.15.0'
args: '-- --test-threads 1 --exclude-files lib.rs'
args: '-- --test-threads 1 --exclude-files src/lib.rs'
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit 6cece2d

Please sign in to comment.