mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix Python coverage reporting.
Apparently the fact that I want the coverage report to be XML isn't enough of a hint that I want coverage.
This commit is contained in:
parent
e50be9bbde
commit
4cb035b955
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: run tests
|
- name: run tests
|
||||||
run: |
|
run: |
|
||||||
./venv/scripts/activate
|
./venv/scripts/activate
|
||||||
pytest --cov-report=xml tests
|
pytest --cov --cov-report=xml tests
|
||||||
|
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@ venv
|
|||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
dist/**
|
dist/**
|
||||||
/.coverage
|
/.coverage
|
||||||
|
/coverage.xml
|
||||||
# User-specific stuff
|
# User-specific stuff
|
||||||
.idea/
|
.idea/
|
||||||
.env
|
.env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user