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 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
4646 python -m pip install -r requirements_dev.txt
4747 - name : Test with pytest and coverage
4848 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/
5050 - name : Upload coverage artifact
5151 if : success()
5252 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments