We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5dfeebf + f657595 commit a3a8a45Copy full SHA for a3a8a45
.github/workflows/moxunit.yml
@@ -29,7 +29,7 @@ jobs:
29
cover_xml_file: coverage.xml
30
31
- name: Code coverage
32
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
33
with:
34
file: coverage.xml # optional
35
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments