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 7e54dd8 commit b5eba27Copy full SHA for b5eba27
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
sed -i "/$(echo ${filepath} | sed 's@/@\\/@g')/d" ./coverage.txt
34
done
35
- name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
37
with:
38
file: ./coverage.txt
39
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments