Skip to content

Commit d26921f

Browse files
committed
Fix coverage report
1 parent e2fc56a commit d26921f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m pip install -r requirements_dev.txt
2222
- name: Test with pytest and coverage
2323
run: |
24-
pytest --rootdir=. --cov=./cert_chain_resolver --cov-report term-missing -n auto tests/
24+
pytest --rootdir=. --cov=./cert_chain_resolver --cov-report term-missing --cov-report=xml:coverage.xml -n auto tests/
2525
- name: Upload coverage artifact
2626
if: success()
2727
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)