Skip to content

Commit

Permalink
chore(codecov): set project coverage rules (#174)
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**
  - Added configuration for code coverage analysis.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
rokam authored Jun 28, 2024
1 parent a94a527 commit 6664fef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
coverage:
status:
project:
default:
# Fail the build if the coverage decreases by more than 1%
threshold: 1%
# Set a minimum coverage percentage that must be met
target: auto
# The status context shown in GitHub (optional)
name: Coverage Check

comment:
layout: "reach, diff, flags, files"
behavior: default

0 comments on commit 6664fef

Please sign in to comment.