mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Dont collect coverage data to fix TravisCI
TODO: Find a better solution.
This commit is contained in:
parent
6405dee0ac
commit
7192f67246
2 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,8 @@ install:
|
|||
- mysql -e "SET GLOBAL FOREIGN_KEY_CHECKS=1;"
|
||||
|
||||
script:
|
||||
- php bin/phpunit --coverage-clover=coverage.xml
|
||||
#- php bin/phpunit --coverage-clover=coverage.xml
|
||||
- php bin/phpunit
|
||||
# Perform some simple linting if everything is correct
|
||||
- ./bin/console lint:yaml config --parse-tags
|
||||
- ./bin/console lint:twig templates --env=prod
|
||||
|
|
|
@ -31,5 +31,6 @@
|
|||
|
||||
<listeners>
|
||||
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
|
||||
<listener class="Symfony\Bridge\PhpUnit\CoverageListener" />
|
||||
</listeners>
|
||||
</phpunit>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue