Commit 937a273
committed
fix(ci): use coverage report --fail-under (not the pytest-cov --cov-fail-under)
The coverage-combine gate called 'coverage report --cov-fail-under=60', but
--cov-fail-under is a pytest-cov flag; the coverage CLI uses --fail-under.
'coverage report' errored 'no such option'.1 parent ff03cd8 commit 937a273
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| |||
0 commit comments