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 66f635d commit ce7370dCopy full SHA for ce7370d
.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.2
+ uses: codecov/codecov-action@v5.4.3
115
with:
116
token: ${{ secrets.CODECOV_TOKEN }}
117
directory: ${{ env.CWD }}/coverage
0 commit comments