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 c8d2a89 commit 335252cCopy full SHA for 335252c
.github/workflows/ci-cd.yml
@@ -47,6 +47,7 @@ jobs:
47
- name: Test with pytest and coverage
48
run: |
49
pytest --rootdir=. --cov=./cert_chain_resolver --cov-report term-missing --cov-report=xml:coverage.xml -n auto tests/
50
+ ls -lash .coverage
51
- name: Upload coverage artifact
52
if: success()
53
uses: actions/upload-artifact@v4
0 commit comments