Skip to content

Commit

Permalink
chore: add coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
badasswp committed Jan 24, 2025
1 parent f236c16 commit a59a2ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"lint": "vendor/bin/phpcs -v",
"lint:fix": "vendor/bin/phpcbf -v",
"test": "vendor/bin/phpunit --testdox",
"analyse": "vendor/bin/phpstan analyse --memory-limit=2048M"
"analyse": "vendor/bin/phpstan analyse --memory-limit=2048M",
"coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-cobertura cobertura.xml && coveralls --repo-token=bDrttxr9v8g9lhyT05a0AqPzZPubS1hJq --file=cobertura.xml"
}
}

0 comments on commit a59a2ab

Please sign in to comment.