We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6881a0e commit 006933dCopy full SHA for 006933d
.github/workflows/run-tests.yml
@@ -39,3 +39,8 @@ jobs:
39
40
- name: Execute tests
41
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