Skip to content

Commit

Permalink
add codecov.yaml to ignore mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sgerhardt committed Jul 24, 2024
1 parent 5954dc5 commit f2b24aa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
codecov:
notify:
require_ci_to_pass: yes

coverage:
status:
project:
default:
target: auto
patch:
default:
target: auto
range: "70...100"
precision: 2
round: down
adjustments:
- title: Ignore mocks directory
comment: This ignores the mock files in internal/client/mocks directory
paths:
- "!internal/client/mocks/**"

0 comments on commit f2b24aa

Please sign in to comment.