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 8435e49 commit 0787c85Copy full SHA for 0787c85
.github/workflows/moxunit.yml
@@ -30,7 +30,7 @@ jobs:
30
cover_xml_file: coverage.xml
31
32
- name: Code coverage
33
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
36
file: coverage.xml # optional
0 commit comments