Skip to content

Commit

Permalink
cargo tarpaulin not computing threshold correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr Martian committed Feb 17, 2025
1 parent acec53d commit 01dcd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:

# Run tarpaulin to calculate and enforce coverage
- name: Run Coverage and Enforce Threshold
run: cargo tarpaulin -p open-vector-tile --fail-under 95
run: cargo tarpaulin -p open-vector-tile
shell: bash

0 comments on commit 01dcd8b

Please sign in to comment.