Skip to content

Commit 9eec429

Browse files
committed
fixing ci test actions
1 parent 309972e commit 9eec429

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,13 @@ jobs:
8181
- name: Run tests with coverage
8282
run: |
8383
uv pip install --system pytest pytest-cov
84-
pytest --cov --cov-report=json
84+
pytest --cov=src/testiq --cov-report=json
8585
8686
- name: Analyze test quality with TestIQ
8787
run: |
8888
testiq analyze coverage.json \
8989
--quality-gate \
9090
--max-duplicates 10 \
91-
--max-duplicate-percentage 5.0 \
9291
--save-baseline ci-baseline
9392
continue-on-error: true
9493

0 commit comments

Comments
 (0)