Skip to content

Commit

Permalink
chore: coverage minimum of 80% (#213)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Set the code coverage target to 80%, ensuring more consistent and
reliable test coverage.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
rokam authored Jul 10, 2024
1 parent 6895921 commit 5ad87b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coverage:
# Fail the build if the coverage decreases by more than 1%
threshold: 1%
# Set a minimum coverage percentage that must be met
target: auto
target: 80%
# The status context shown in GitHub (optional)
name: Coverage Check

Expand Down

0 comments on commit 5ad87b5

Please sign in to comment.