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 5bbdc61 commit e39f6bcCopy full SHA for e39f6bc
1 file changed
.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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
55
flags: unit
0 commit comments