We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb3551 commit f319c62Copy full SHA for f319c62
.github/workflows/unit-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "test" "Unit" ${{github.event.number}}
44
- name: Upload coverage to codecov
45
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
46
with:
47
token: ${{ secrets.CODECOV_TOKEN }}
48
flags: unit
0 commit comments