Gather and upload coverage of python tests.

This commit is contained in:
Dan Albert 2023-05-03 20:29:12 -07:00 committed by Raffson
parent 03c48376c4
commit 968a360fde
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

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