We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 134395d + db2f311 commit 0358a77Copy full SHA for 0358a77
1 file changed
.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
run: vendor/bin/pest --coverage --min=100
30
31
- name: Upload coverage to Codecov
32
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
33
with:
34
token: ${{ secrets.CODECOV_TOKEN }}
35
file: ./coverage.xml
0 commit comments