We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcfaf5 commit 7b1a3d3Copy full SHA for 7b1a3d3
.coveralls.yml
@@ -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
@@ -0,0 +1,11 @@
+language: php
+dist: trusty
+php:
4
+- '7.1'
5
+- '7.2'
6
+install:
7
+- composer update
8
+script:
9
+- ./vendor/bin/phpunit --coverage-clover ./tests/Logs/clover.xml
10
+after_script:
11
+- php vendor/bin/php-coveralls -v
composer.json
@@ -19,7 +19,8 @@
19
},
20
"require-dev": {
21
"mediact/testing-suite": "@stable",
22
- "kint-php/kint": "^2.2"
+ "kint-php/kint": "^2.2",
23
+ "php-coveralls/php-coveralls": "^2.0"
24
25
"autoload": {
26
"psr-4": {
0 commit comments