File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
python -m pip install -r requirements_dev.txt
22
22
- name : Test with pytest and coverage
23
23
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/
25
25
- name : Upload coverage artifact
26
26
if : success()
27
27
uses : actions/upload-artifact@v4
46
46
python -m pip install -r requirements_dev.txt
47
47
- name : Test with pytest and coverage
48
48
run : |
49
- pytest --rootdir=. --cov=./cert_chain_resolver --cov-report term-missing -n auto tests/
49
+ pytest --rootdir=. --cov=./cert_chain_resolver --cov-report term-missing --cov-report=xml:coverage.xml -n auto tests/
50
50
- name : Upload coverage artifact
51
51
if : success()
52
52
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments