mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Gather and upload coverage of python tests.
This commit is contained in:
parent
352c2ddc56
commit
de2a779715
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -15,4 +15,7 @@ jobs:
|
||||
- name: run tests
|
||||
run: |
|
||||
./venv/scripts/activate
|
||||
pytest tests
|
||||
pytest --cov game --cov-branch --cov-report=xml tests
|
||||
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user