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.
2 parents 786c511 + 6d9fb21 commit c486a73Copy full SHA for c486a73
.github/workflows/ci-build.yml
@@ -101,7 +101,7 @@ jobs:
101
name: junit-test-results-${{ matrix.os }}
102
path: '**/build/test-results/test/TEST-*.xml'
103
retention-days: 1
104
- - uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
+ - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
105
with:
106
#files: ./coverage1.xml,./coverage2.xml # optional
107
flags: ${{ runner.os }} # optional
0 commit comments