Skip to content

Commit 05593bb

Browse files
committed
#1365 - Add --coverage --xml
1 parent 6f7c9ad commit 05593bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ script:
6868
- mkdir .phalcon
6969
- vendor/bin/phpcs
7070
- vendor/bin/codecept build
71-
- vendor/bin/codecept run unit -v
72-
- vendor/bin/codecept run functional -v
73-
- vendor/bin/codecept run console -v
71+
- vendor/bin/codecept run --coverage --xml
7472
- vendor/bin/psalm --show-info=false
7573
- vendor/bin/phpstan analyse -l 5 -c phpstan.neon src -v
7674

0 commit comments

Comments
 (0)