Skip to content

Commit fd15107

Browse files
authored
Merge pull request #614 from exussum12/enforceTests
Enforce test coverage
2 parents 467dcf3 + 05586a8 commit fd15107

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ src/database.php
99
vendor/.git
1010
.idea
1111
node_modules
12+
diff.txt

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -e
33

44
parallel-lint --exclude vendor .
5+
git diff origin/master... > diff.txt
56

67
phpcs \
78
--standard=tools/codesniffer/JoindInPSR2/ruleset.xml \
@@ -13,3 +14,4 @@ phpcs \
1314

1415
cd tests
1516
phpunit
17+
./diffFilter.phar --phpunit ../diff.txt build/logs/clover.xml 80

tests/diffFilter.phar

1.11 MB
Binary file not shown.

0 commit comments

Comments
 (0)