Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 780e782

Browse files
Update codecov settings (#1568)
Time spent on this PR: 0.1 ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [x] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior? Codecov almost always fails PRs. ## What is the new behavior? This PR sets the coverage target to 0% and the threshold to 5%. <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1568) <!-- Reviewable:end -->
1 parent 6cbc820 commit 780e782

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ coverage:
33
project:
44
default:
55
target: auto # auto compares coverage to the previous base commit
6+
threshold: 5 # 5% threshold
7+
patch:
8+
default:
9+
target: 0
610
precision: 1

0 commit comments

Comments
 (0)