mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
Fix integration with Coveralls (available as the badge in README.md)
This commit is contained in:
2
.coveralls.yml
Normal file
2
.coveralls.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
coverage_clover: build/reports/coveralls/clover.xml
|
||||
json_path: build/reports/coveralls/upload.json
|
||||
@@ -8,6 +8,7 @@ Common and useful classes, methods, exceptions etc.
|
||||
2. Phing > configuration > minor updates
|
||||
3. Implement Mutation Testing Framework (infection/infection package)
|
||||
4. Travis CI > run many tasks using Phing (instead of PHPUnit only)
|
||||
5. Fix integration with [Coveralls](https://www.coveralls.io) (available as the badge in [README.md](README.md))
|
||||
|
||||
# 1.0.1
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.14",
|
||||
"infection/infection": "^0.11.4",
|
||||
"php-coveralls/php-coveralls": "^2.1",
|
||||
"phpunit/phpunit": "^8.0",
|
||||
"sebastian/phpcpd": "^4.1",
|
||||
"squizlabs/php_codesniffer": " ^2.9"
|
||||
|
||||
@@ -26,5 +26,6 @@
|
||||
|
||||
<logging>
|
||||
<log type="coverage-html" target="build/reports/phpunit_coverage/html"/>
|
||||
<log type="coverage-clover" target="build/reports/coveralls/clover.xml"/>
|
||||
</logging>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user