Skip to content

Commit

Permalink
Create .codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Sep 1, 2021
1 parent f965d94 commit bb994a4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://docs.codecov.io/docs/codecovyml-reference

# We have 3 parallel jobs in ci.yml (Ubuntu, Windows, macOS)
codecov:
branch: main
notify:
after_n_builds: 3
comment:
after_n_builds: 3

coverage:
range: 80..95 # set 95% and above as solid green, everything below 80% as red
round: nearest
precision: 2

github_checks:
annotations: false

0 comments on commit bb994a4

Please sign in to comment.