Skip to content

Commit

Permalink
ci: run tarpaulin on all member and features
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 1, 2023
1 parent 4b38921 commit aa13b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --packages maa-cli --timeout 120 --out xml
cargo +nightly tarpaulin --all-features --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit aa13b2c

Please sign in to comment.