Skip to content

Commit

Permalink
do not run ignored for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Sep 19, 2024
1 parent e46f0b9 commit bc34b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --no-fail-fast --ignored --workspace --timeout 120 --out xml
cargo +nightly tarpaulin --verbose --all-features --no-fail-fast --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit bc34b98

Please sign in to comment.