Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 2ade4f7

Browse files
committed
add php-coveralls to project
1 parent 347a017 commit 2ade4f7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ language: php
22
php:
33
- 5.5
44

5-
script: phpunit tests
5+
script:
6+
- mkdir -p build/logs
7+
- phpunit tests --coverage-clover build/logs/clover.xml
8+
9+
after_script:
10+
- php vendor/bin/coveralls

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"homepage": "https://github.com/adriangibbons/php-fit-file-analysis",
77
"require-dev": {
88
"phpunit/phpunit": "4.8.*",
9-
"squizlabs/php_codesniffer": "2.*"
9+
"squizlabs/php_codesniffer": "2.*",
10+
"satooshi/php-coveralls": "dev-master"
1011
},
1112
"autoload": {
1213
"psr-4": {

0 commit comments

Comments
 (0)