Skip to content

Commit 79bc121

Browse files
committed
IHF: Coveralls integration test.
1 parent efa0fef commit 79bc121

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.coveralls.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coverage_clover: tests/logs/clover.xml
2+
json_path: tests/logs/coveralls-upload.json
3+
service_name: travis-ci

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,14 @@ php:
44
- 5.6
55
- 7.0
66

7+
before_install:
8+
- composer require satooshi/php-coveralls
9+
710
install:
811
- composer install
12+
13+
script:
14+
- phpunit --coverage-clover ./tests/logs/clover.xml
15+
16+
after_script:
17+
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)