Skip to content

Commit 6d0f3b5

Browse files
authored
Merge pull request #71 from MacPaw/feat/updateCodeCov
Update ci.yaml
2 parents f84e628 + a5893f4 commit 6d0f3b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ jobs:
8989
if: matrix.coverage == 'xdebug'
9090

9191
- name: Run codecov
92-
uses: codecov/codecov-action@v1
92+
uses: codecov/codecov-action@v4.0.1
9393
if: matrix.coverage == 'xdebug'
9494
with:
95+
token: ${{ secrets.CODECOV_TOKEN }}
9596
file: './coverage.xml'
9697
fail_ci_if_error: true

0 commit comments

Comments
 (0)