Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
coverage:
status:
project:
default: false # disable default status check
app: # custom target for app code
target: auto # default target (95%)
paths:
- "src/" # limit to files within src code directory
tests: # declare a new status context for "tests"
target: 100% # we always want 100% coverage here
paths:
- "tests/" # only include coverage in "tests/" folder