Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémy Marodon <marodon.jeremy@gmail.com>
  • Loading branch information
Th3Mouk committed Oct 28, 2021
1 parent c7189d5 commit 63fd23e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added .coverall.yml
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=/tmp/coverage.xml -v
php-coveralls --coverage_clover=build/logs/clover.xml -v
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<logging>
<!-- <log type="coverage-html" target="./tmp/report" lowUpperBound="50"-->
<!-- highLowerBound="75"/>-->
<log type="coverage-clover" target="/tmp/coverage.xml"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<!-- <log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>-->
</logging>
</phpunit>

0 comments on commit 63fd23e

Please sign in to comment.