ci: use pytest and generate coverage data
Instead of the standard unit tests module use pytest and generate coverage data in XML form, later to be used with another service.
This commit is contained in:
parent
ed4e8795e5
commit
edb05b1683
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -25,4 +25,4 @@ jobs:
|
|||
uses: osbuild/koji-osbuild/test@master
|
||||
with:
|
||||
run: |
|
||||
python3 -m unittest discover -v test/unit/
|
||||
pytest --cov-report=xml --cov=osbuild test/unit/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue