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 bc56732 commit ad2ab89Copy full SHA for ad2ab89
1 file changed
.github/workflows/ci-tests.yml
@@ -66,7 +66,7 @@ jobs:
66
steps.jest.outcome == 'failure'
67
) &&
68
startsWith(github.repository, 'LizardByte/')
69
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
70
with:
71
fail_ci_if_error: true
72
files: ./coverage/python-coverage.xml,./coverage/coverage-final.json
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
files: ./junit-python.xml,./junit.xml
0 commit comments