Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit cf021db

Browse files
committed
🚿 codecov
1 parent 141eb23 commit cf021db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: "Run tests with phpunit"
9393
run: php vendor/phpunit/phpunit/phpunit --configuration=phpunit.xml.dist
9494

95-
# - name: "Send code coverage report to Codecov.io"
96-
# uses: codecov/codecov-action@v1
97-
# with:
98-
# token: ${{ secrets.CODECOV_TOKEN }}
95+
- name: "Send code coverage report to Codecov.io"
96+
uses: codecov/codecov-action@v1
97+
with:
98+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)