Skip to content

Commit

Permalink
add: setting file codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sincerefly committed Jan 20, 2024
1 parent 743d5eb commit d85c543
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
codecov:
require_ci_to_pass: yes
coverage:
status:
patch: no
project:
default:
threshold: 1%
if_not_found: success
changes: no
#What precision do you want the coverage value to be
precision: 2
#The value range where you want the value to be green
range: "50...100"
ignore:
- "test/.*"
- ".github/.*"
- "images/.*"
- ".mvn/.*"
- ".style/.*"
- "*.md"
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no

0 comments on commit d85c543

Please sign in to comment.