Skip to content

Commit

Permalink
Remove code coverage badge again
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Mar 10, 2022
1 parent a87fa1b commit 2cda36d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ jobs:
- name: Run tests
run: vendor/bin/pest --coverage-clover clover.xml

- name: Generate test coverage badge
uses: timkrase/[email protected]
with:
coverage_badge_path: 'badge-coverage.svg'
push_badge: true
repo_token: ${{ secrets.GITHUB_TOKEN }}

stan:
name: PHPStan
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Library for rapid web crawler/scraper development

![Test Coverage](badge-coverage.svg)

0 comments on commit 2cda36d

Please sign in to comment.