Skip to content

Commit

Permalink
Added an action
Browse files Browse the repository at this point in the history
  • Loading branch information
awd-studio committed Jul 20, 2023
1 parent 8749fcb commit 86e3a63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ jobs:

- name: Testing out
run: composer test

- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=build/report/report.junit.xml -v

0 comments on commit 86e3a63

Please sign in to comment.