Skip to content

Commit

Permalink
add follow-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
takaebato committed Feb 11, 2024
1 parent ffbe216 commit 6cc19ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Coverage
run: cargo tarpaulin --workspace -o Lcov --output-dir ./coverage
run: cargo tarpaulin --workspace --follow-exec -o Lcov --output-dir ./coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 6cc19ed

Please sign in to comment.