Skip to content

Commit

Permalink
👷 ci(test): upload coverage as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3ady committed Oct 25, 2024
1 parent a8af740 commit 7b43a12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ jobs:

- name: Run tests
run: vendor/bin/phpunit --coverage-text

- name: Upload coverage
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage

0 comments on commit 7b43a12

Please sign in to comment.