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.
2 parents 8846774 + b114a25 commit 3ed8f12Copy full SHA for 3ed8f12
.github/workflows/ci.yml
@@ -140,7 +140,7 @@ jobs:
140
echo "COVERAGE_FILES=$(find ./packages -maxdepth 1 -mindepth 1 -type d -exec echo "{}/.coverage/cobertura-coverage.xml" \; | tr '\n' ',' | sed 's/,$//')" >> $GITHUB_ENV
141
142
- name: Codecov
143
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
144
with:
145
token: ${{ secrets.CODECOV_TOKEN }}
146
files: ${{ env.COVERAGE_FILES }}
0 commit comments