Skip to content

Commit f5afae7

Browse files
committed
Fix diff-cover action
1 parent 8dc042e commit f5afae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: black . --check --verbose
6262
- name: Run Python tests
6363
if: runner.os != 'Windows'
64-
run: pytest -s -vv --cov --cov-fail-under=89
64+
run: pytest -s -vv --cov --cov-report=xml --cov-fail-under=90
6565
- name: Check diff coverage
6666
if: runner.os != 'Windows' && github.event_name == 'pull_request'
6767
run: |

0 commit comments

Comments
 (0)