Skip to content

Commit c5b9982

Browse files
driehlegreg0ire
authored andcommitted
Remove coverage-checker
It is not needed anymore, as the coverage is directly reported in the workflows using Codecov.
1 parent 84a5b45 commit c5b9982

File tree

3 files changed

+0
-48
lines changed

3 files changed

+0
-48
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ jobs:
7272
- name: "Run PHPUnit"
7373
run: "composer test-coverage"
7474

75-
- name: "Test coverage"
76-
run: "php build/coverage-checker.php coverage.xml 70"
77-
7875
- name: "Upload coverage file"
7976
uses: "actions/upload-artifact@v2"
8077
with:

build/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

build/coverage-checker.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)