Skip to content

Commit

Permalink
test report
Browse files Browse the repository at this point in the history
  • Loading branch information
bvlion committed Aug 6, 2024
1 parent 96aef38 commit 86e6694
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,10 @@ jobs:
run: vendor/bin/phpstan

- name: Tests
run: vendor/bin/phpunit --coverage-clover clover.xml
run: vendor/bin/phpunit --coverage-clover clover.xml

- name: Report
uses: danhunsaker/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
clover-file: clover.xml

0 comments on commit 86e6694

Please sign in to comment.