Skip to content

Commit

Permalink
build: remove test coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse authored Jan 16, 2023
1 parent 50b19ae commit 07f363f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,4 @@ jobs:
echo "Coverage Report - ${{ steps.coverage-comment.outputs.coverage }}"
echo "Coverage Color - ${{ steps.coverage-comment.outputs.color }}"
# and if it is a push to main then create the badge
- name: Create the Badge
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
uses: schneegans/[email protected]
with:
auth: ${{ secrets.PYTEST_COVERAGE }}
gistID: 24ee79064ca9d49616cbc410da65cee2
filename: badge-textdescriptives-pytest-coverage.json
label: Coverage
message: ${{ steps.coverage-comment.outputs.coverage }}
color: ${{ steps.coverage-comment.outputs.color }}
namedLogo: python

0 comments on commit 07f363f

Please sign in to comment.