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 a46c37cCopy full SHA for a46c37c
.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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
176
with:
177
fail_ci_if_error: true
178
0 commit comments