Skip to content

Commit

Permalink
Fixing coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
thorin-schiffer committed Dec 10, 2021
1 parent 029cf4b commit 0990409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pip install -e .
pytest --junitxml=test-results/junit.xml --cov-report=xml --cov=. .
- name: Report coverage
run: GIT_BRANCH=$GITHUB_REF GIT_COMMIT_SHA=$GITHUB_SHA ./cc-test-reporter after-build --exit-code $?
if: matrix.python-version == 3.7 && matrix.postgres-version == 13 && matrix.django-version-number == 3
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
if: matrix.python-version == 3.7 && matrix.postgres-version == 13 && matrix.django-version-number == 3

0 comments on commit 0990409

Please sign in to comment.