Skip to content

Commit

Permalink
build: add codecov.yml with reasonable initial defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitewarp committed Nov 21, 2024
1 parent f9d4fed commit 2ef2379
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "70...100"

status:
project:
default: false
tests:
target: 100%
paths:
- "tests/"
quipucordsctl:
target: 70%
threshold: 30
paths:
- "quipucordsctl/"

0 comments on commit 2ef2379

Please sign in to comment.