diff --git a/codecove.yml b/codecov.yml similarity index 75% rename from codecove.yml rename to codecov.yml index dc3c4b8..062980a 100644 --- a/codecove.yml +++ b/codecov.yml @@ -4,4 +4,11 @@ comment: #this is a top-level key require_changes: false # if true: only post the comment if coverage changes require_base: false # [true :: must have a base report to post] require_head: true # [true :: must have a head report to post] - hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]] \ No newline at end of file + hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]] + +coverage: + status: + project: + default: + target: 90% + threshold: 10% \ No newline at end of file