Skip to content

Commit

Permalink
Problem: missing codecov.yml (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy authored Dec 22, 2021
1 parent c9a9b0d commit a835d34
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#
# This codecov.yml is the default configuration for
# all repositories on Codecov. You may adjust the settings
# below in your own codecov.yml in your repository.
#
coverage:
precision: 2
round: down
range: 70...100

status:
# Learn more at https://docs.codecov.io/docs/commit-status
project:
default:
threshold: 1% # allow this much decrease on project
app:
target: 70%
flags:
- app
modules:
target: 70%
flags:
- modules
clients:
flags:
- clients
changes: false

comment:
layout: "reach, diff, files"
behavior: default # update if exists else create new
require_changes: true

flags:
app:
paths:
- "app/"
modules:
paths:
- "x/"
- "!x/**/client/" # ignore client package
clients:
paths:
- "client/"
- "x/**/client/"

ignore:
- "docs"
- "*.md"
- "cmd"
- "**/*.pb.go"
- "**/*.pb.gw.go"
- "x/**/*.pb.gw.go"
- "scripts/"
- "app/app.go"
- "app/prefix.go"
- "app/test_helpers.go"

1 comment on commit a835d34

@MustardseedX
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Semper Fi

Please sign in to comment.