Skip to content

Commit

Permalink
chore: Updated coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
matapatos committed May 3, 2024
1 parent a7247a3 commit f8fe943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
.idea/
wordpress/
./Schemas/
wp/
wp-content/
Example/
routes.php
*.cache
tests/coverage
/tests/coverage
/coverage.xml

# Created by https://www.toptal.com/developers/gitignore/api/composer,sublimetext,linux
# Edit at https://www.toptal.com/developers/gitignore?templates=composer,sublimetext,linux
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"setup:wp:6.4": "rm -rf wp/ && ./vendor/bin/wp-pest setup plugin --plugin-slug fastendpoints --wp-version 6.4.4 --skip-delete --no-interaction",
"setup:wp:latest": "rm -rf wp/ && ./vendor/bin/wp-pest setup plugin --plugin-slug fastendpoints --skip-delete --no-interaction",
"test:lint": "./vendor/bin/pint --test",
"test:coverage": "./vendor/bin/pest --coverage",
"test:coverage": "./vendor/bin/pest --coverage --coverage-cobertura coverage.xml",
"test:unit": "./vendor/bin/pest --colors=always --exclude-group=integration",
"test:integration": "./vendor/bin/pest --colors=always --group=integration",
"test": [
Expand Down

0 comments on commit f8fe943

Please sign in to comment.