mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Gather and upload coverage of python tests.
This commit is contained in:
parent
03c48376c4
commit
968a360fde
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -15,4 +15,7 @@ jobs:
|
|||||||
- name: run tests
|
- name: run tests
|
||||||
run: |
|
run: |
|
||||||
./venv/scripts/activate
|
./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