Skip to content

Commit f957f7c

Browse files
authored
Merge pull request #43 from staabm/ci
CI: Ignore code coverage reporting configured in the XML configuration file
2 parents 7dc8b99 + 9e24a5f commit f957f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
run: ./tools/phpab --output ./src/autoload.php ./src
4646

4747
- name: Run unit tests (phpunit)
48-
run: ./tools/phpunit
48+
run: ./tools/phpunit --no-coverage

0 commit comments

Comments
 (0)