Skip to content

Commit

Permalink
ci: add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed Jul 13, 2023
1 parent d34cbf1 commit 8b3d6ea
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:
require_ci_to_pass: yes

coverage:
precision: 1
round: down
range: "50...75"
status:
project:
default:
target: auto
threshold: 2%
if_ci_failed: error
informational: false
only_pulls: false
patch:
default:
target: auto
threshold: 2%
if_ci_failed: error
informational: false
only_pulls: false

0 comments on commit 8b3d6ea

Please sign in to comment.