Skip to content

Commit

Permalink
Updated codevoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
canergen committed Dec 15, 2023
1 parent 609b950 commit acb6d06
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Run to check if valid
# curl --data-binary @codecov.yml https://codecov.io/validate
codecov:
require_ci_to_pass: no

coverage:
status:
project:
default:
target: 85%
threshold: 1%
patch: off
# Require 1% coverage, i.e., always succeed
target: 1
patch: false
changes: false

ignore:
comment:
layout: diff, flags, files
behavior: once
require_base: no

0 comments on commit acb6d06

Please sign in to comment.