Create cov report XML
This commit is contained in:
2
.github/workflows/pipeline.yaml
vendored
2
.github/workflows/pipeline.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: black
|
- name: black
|
||||||
run: poetry run black . --check --verbose --diff
|
run: poetry run black . --check --verbose --diff
|
||||||
- name: pytest
|
- name: pytest
|
||||||
run: poetry run pytest --cov -v
|
run: poetry run pytest --cov-report xml --cov -v
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user