Skip to content

Commit 006933d

Browse files
committed
wip
1 parent 6881a0e commit 006933d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
4040
- name: Execute tests
4141
run: vendor/bin/phpunit
42+
43+
- name: Upload PHP test coverage report
44+
uses: codecov/codecov-action@v1
45+
with:
46+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)