Skip to content

Commit 8ec500a

Browse files
committed
Do not export the helper script to generate the code coverage report
1 parent b158b4c commit 8ec500a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/composer.lock export-ignore
2+
/generate-coverage.sh export-ignore
23
/phpstan.neon export-ignore
34
/phpunit.xml.dist export-ignore
45
/test/ export-ignore

generate-coverage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/bash
2+
set -e
3+
24
XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-html ./coverage
35

0 commit comments

Comments
 (0)