diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0051446d..d22118dc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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