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 e2fc56a commit d26921fCopy full SHA for d26921f
.github/workflows/ci-cd.yml
@@ -21,7 +21,7 @@ jobs:
21
python -m pip install -r requirements_dev.txt
22
- name: Test with pytest and coverage
23
run: |
24
- pytest --rootdir=. --cov=./cert_chain_resolver --cov-report term-missing -n auto tests/
+ pytest --rootdir=. --cov=./cert_chain_resolver --cov-report term-missing --cov-report=xml:coverage.xml -n auto tests/
25
- name: Upload coverage artifact
26
if: success()
27
uses: actions/upload-artifact@v4
0 commit comments