Skip to content

Commit 94363f9

Browse files
authored
Update tests.yml
1 parent a84f46e commit 94363f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@ jobs:
4747
run: vendor/bin/phpunit --coverage-clover=coverage.xml
4848

4949
- name: Send code coverage report to Codecov.io
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/[email protected]
51+
with:
52+
token: ${{ secrets.CODECOV_TOKEN }}
53+
slug: sertxudeveloper/laravel-counters

0 commit comments

Comments
 (0)