Skip to content

Commit

Permalink
Cover all features
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Sep 23, 2024
1 parent dcc8c4e commit e517ef4
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 @@ -16,4 +16,4 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --ciserver github-ci --coveralls $COVERALLS_REPO_TOKEN
cargo tarpaulin --all-features --ciserver github-ci --coveralls $COVERALLS_REPO_TOKEN

0 comments on commit e517ef4

Please sign in to comment.