mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +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;"
|
- mysql -e "SET GLOBAL FOREIGN_KEY_CHECKS=1;"
|
||||||
|
|
||||||
script:
|
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
|
# Perform some simple linting if everything is correct
|
||||||
- ./bin/console lint:yaml config --parse-tags
|
- ./bin/console lint:yaml config --parse-tags
|
||||||
- ./bin/console lint:twig templates --env=prod
|
- ./bin/console lint:twig templates --env=prod
|
||||||
|
|
|
@ -31,5 +31,6 @@
|
||||||
|
|
||||||
<listeners>
|
<listeners>
|
||||||
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
|
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
|
||||||
|
<listener class="Symfony\Bridge\PhpUnit\CoverageListener" />
|
||||||
</listeners>
|
</listeners>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue