We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9893963 + fda1480 commit fc252c1Copy full SHA for fc252c1
.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@v1
+ uses: codecov/codecov-action@v3
34
with:
35
file: coverage.xml # optional
36
flags: unittests # optional
0 commit comments