Skip to content

Commit

Permalink
Merge pull request #2 from boxuk/remove-coverage-checks
Browse files Browse the repository at this point in the history
Remove Coverage Checks for PHP
  • Loading branch information
jdamner authored Mar 15, 2024
2 parents 8b6f600 + cca6410 commit 6560415
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 801 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
run: composer run phpcs
- name: Run tests
run: composer run phpunit
- name: Run coverage-check
run: composer run coverage-check
- name: Run static analysis
run: composer run phpstan
js-test:
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"require-dev": {
"10up/wp_mock": "^1.0",
"automattic/vipwpcs": "^3.0",
"szepeviktor/phpstan-wordpress": "^1.3",
"permafrost-dev/coverage-check": "^2.0"
"szepeviktor/phpstan-wordpress": "^1.3"
},
"authors": [
{
Expand Down
Loading

0 comments on commit 6560415

Please sign in to comment.