Skip to content

Commit

Permalink
Override configs for CodeCov, using yml file at project root
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 7, 2024
1 parent e08b91a commit 9b95fd7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Always comment on PRs
comment:
layout: "diff, flags, files"
behavior: new # deletes old comment and posts a new one
require_changes: false

coverage:
status:
patch:
default:
target: 80%
threshold: 1%
project:
default:
target: 80%
threshold: 1%

ignore:
- "server/src/main/java/com/hedera/block/server/Server.java"

0 comments on commit 9b95fd7

Please sign in to comment.