Skip to content

Commit 335252c

Browse files
committed
Print coverage
1 parent c8d2a89 commit 335252c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- name: Test with pytest and coverage
4848
run: |
4949
pytest --rootdir=. --cov=./cert_chain_resolver --cov-report term-missing --cov-report=xml:coverage.xml -n auto tests/
50+
ls -lash .coverage
5051
- name: Upload coverage artifact
5152
if: success()
5253
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)