We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4278c1a + 9f37e10 commit 0129fc6Copy full SHA for 0129fc6
1 file changed
.github/workflows/moxunit.yml
@@ -28,7 +28,7 @@ jobs:
28
cover_xml_file: coverage.xml
29
30
- name: Code coverage
31
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v5
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
34
file: coverage.xml # optional
0 commit comments