Skip to content

Commit

Permalink
add coverage.xml ?
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Dec 27, 2023
1 parent 4484fdd commit f74d763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction # yamllint disable-line
- run: vendor/bin/phpunit
- run: vendor/bin/phpunit --coverage-clover coverage.xml
- uses: codecov/codecov-action@v3

yamllint:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</coverage>

<logging>
<junit outputFile="junit.xml" />
<text outputFile="php://stderr"/>
</logging>

Expand Down

0 comments on commit f74d763

Please sign in to comment.