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 e5a7b88 + cb54982 commit 7aa9dcbCopy full SHA for 7aa9dcb
.github/workflows/unit-tests.yml
@@ -49,7 +49,7 @@ jobs:
49
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "test" "Unit" ${{github.event.number}}
50
51
- name: Upload coverage to codecov
52
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
55
flags: unit
0 commit comments