We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2070e3 commit d2bf584Copy full SHA for d2bf584
.github/workflows/ci.yaml
@@ -176,7 +176,7 @@ jobs:
176
run: bun test --coverage --coverage-reporter=lcov --coverage-reporter=text --reporter=junit --reporter-outfile=junit.xml
177
178
- name: Upload lcov
179
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
180
with:
181
fail_ci_if_error: true
182
0 commit comments