Skip to content

Commit

Permalink
yaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed May 1, 2024
1 parent ad03c2a commit c50fa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: bb test-coverage

- name: Upload Code Coverage Results
- uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
file: ./target/coverage/codecov.json
Expand Down

0 comments on commit c50fa64

Please sign in to comment.