Skip to content

Commit

Permalink
feat(cicd) : github actions code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Loyant committed Sep 20, 2024
1 parent a34a399 commit 1e3f371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Upload Scrutinizer coverage
uses: sudo-bot/action-scrutinizer@latest
with:
cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
cli-args: "--format=php-clover build/logs/clover.xml
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 1e3f371

Please sign in to comment.