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

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