Skip to content

Commit

Permalink
fixup! CI: add tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Mar 12, 2024
1 parent b54bb02 commit 69067fb
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 @@ -26,7 +26,7 @@ jobs:
# Not activating all features because of Caml
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --release --workspace --timeout 120 --out xml --engline=llvm
cargo +nightly tarpaulin --verbose --release --workspace --timeout 120 --out xml --engine=llvm
# - name: Upload to codecov.io
# uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 69067fb

Please sign in to comment.