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 1e5c384 commit 8f7a55dCopy full SHA for 8f7a55d
.github/workflows/ci.yaml
@@ -172,7 +172,7 @@ jobs:
172
run: bun test --coverage --coverage-reporter=lcov --coverage-reporter=text --reporter=junit --reporter-outfile=junit.xml
173
174
- name: Upload lcov
175
- uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
176
with:
177
fail_ci_if_error: true
178
0 commit comments