Skip to content

Commit

Permalink
test: Override configs for CodeCov, using yml file at project root (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 authored Aug 7, 2024
1 parent 695b869 commit aaa23cd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
codecov:
max_report_age: off

# 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 aaa23cd

Please sign in to comment.