We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc042e commit f5afae7Copy full SHA for f5afae7
.github/workflows/python-test.yaml
@@ -61,7 +61,7 @@ jobs:
61
run: black . --check --verbose
62
- name: Run Python tests
63
if: runner.os != 'Windows'
64
- run: pytest -s -vv --cov --cov-fail-under=89
+ run: pytest -s -vv --cov --cov-report=xml --cov-fail-under=90
65
- name: Check diff coverage
66
if: runner.os != 'Windows' && github.event_name == 'pull_request'
67
run: |
0 commit comments