Commit f57dee8
🐛 fix: correct coverage threshold format from percentage to decimal
- Change thresholdAll from 90 to 0.90 (90%)
- Change thresholdNew from 95 to 0.95 (95%)
- Fixes orgoro/coverage action interpreting 90 as 9000%
- Current 92% coverage should now pass 0.90 (90%) threshold
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent a5cf026 commit f57dee8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments