Gather and upload coverage of python tests.

This commit is contained in:
Dan Albert 2023-05-03 20:29:12 -07:00
parent 352c2ddc56
commit de2a779715

View File

@ -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