Skip to content

Commit c50fa64

Browse files
committed
yaml typo
1 parent ad03c2a commit c50fa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: bb test-coverage
2121

2222
- name: Upload Code Coverage Results
23-
- uses: codecov/codecov-action@v4
23+
uses: codecov/codecov-action@v4
2424
with:
2525
fail_ci_if_error: true # optional (default = false)
2626
file: ./target/coverage/codecov.json

0 commit comments

Comments
 (0)