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 c7dff34 commit 8ee3071Copy full SHA for 8ee3071
.github/workflows/src-ci.yml
@@ -111,7 +111,7 @@ jobs:
111
run: npx nx run-many --target test -- --ci --coverage
112
113
- name: Codecov
114
- uses: codecov/codecov-action@v5.4.0
+ uses: codecov/codecov-action@v5.4.2
115
with:
116
token: ${{ secrets.CODECOV_TOKEN }}
117
directory: ${{ env.CWD }}/coverage
0 commit comments