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 6acc94a commit 8dc042eCopy full SHA for 8dc042e
.github/workflows/python-test.yaml
@@ -62,6 +62,10 @@ jobs:
62
- name: Run Python tests
63
if: runner.os != 'Windows'
64
run: pytest -s -vv --cov --cov-fail-under=89
65
+ - name: Check diff coverage
66
+ if: runner.os != 'Windows' && github.event_name == 'pull_request'
67
+ run: |
68
+ diff-cover coverage.xml --fail-under=90
69
- name: Run E2E tests with Playwright
70
id: e2e
71
0 commit comments