We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309972e commit 9eec429Copy full SHA for 9eec429
1 file changed
.github/workflows/ci.yml
@@ -81,14 +81,13 @@ jobs:
81
- name: Run tests with coverage
82
run: |
83
uv pip install --system pytest pytest-cov
84
- pytest --cov --cov-report=json
+ pytest --cov=src/testiq --cov-report=json
85
86
- name: Analyze test quality with TestIQ
87
88
testiq analyze coverage.json \
89
--quality-gate \
90
--max-duplicates 10 \
91
- --max-duplicate-percentage 5.0 \
92
--save-baseline ci-baseline
93
continue-on-error: true
94
0 commit comments