Skip to content

Commit

Permalink
Remove coverage-checker
Browse files Browse the repository at this point in the history
It is not needed anymore, as the coverage is directly reported in the
workflows using Codecov.
  • Loading branch information
driehle authored and greg0ire committed Nov 4, 2021
1 parent 84a5b45 commit c5b9982
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
- name: "Run PHPUnit"
run: "composer test-coverage"

- name: "Test coverage"
run: "php build/coverage-checker.php coverage.xml 70"

- name: "Upload coverage file"
uses: "actions/upload-artifact@v2"
with:
Expand Down
3 changes: 0 additions & 3 deletions build/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions build/coverage-checker.php

This file was deleted.

0 comments on commit c5b9982

Please sign in to comment.