We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0438fc4 commit 15797c2Copy full SHA for 15797c2
.github/workflows/run-unit-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: test:coverage:jest
21
run: yarn test:coverage:jest
22
23
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
24
with:
25
token: ${{ secrets.CODECOV_TOKEN }}
26
fail_ci_if_error: true
0 commit comments