Skip to content

Commit

Permalink
chore: add codecov yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v.potekhin committed Dec 5, 2023
1 parent 3bca471 commit 502efea
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
codecov:
branch: main
notify:
require_ci_to_pass: no

coverage:
# This value is used to customize the visible color range in Codecov.
# The first number represents the red, and the second represents green.
# You can change the range of colors by adjusting this configuration.
range: 50..100 # by default 70..100
round: down
precision: 2

# Disable codecov/patch check
status:
project:
default:
enabled: false
patch:
default:
enabled: false

0 comments on commit 502efea

Please sign in to comment.