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 f24ef3a commit e43b706Copy full SHA for e43b706
.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@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
+ uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
46
with:
47
token: ${{ secrets.CODECOV_TOKEN }}
48
flags: unit
0 commit comments