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 a84f46e commit 94363f9Copy full SHA for 94363f9
.github/workflows/tests.yml
@@ -47,4 +47,7 @@ jobs:
47
run: vendor/bin/phpunit --coverage-clover=coverage.xml
48
49
- name: Send code coverage report to Codecov.io
50
- uses: codecov/codecov-action@v4
+ uses: codecov/[email protected]
51
+ with:
52
+ token: ${{ secrets.CODECOV_TOKEN }}
53
+ slug: sertxudeveloper/laravel-counters
0 commit comments