Skip to content

Commit

Permalink
Require 100% coverage (jaegertracing#909)
Browse files Browse the repository at this point in the history
Require 100% coverage
  • Loading branch information
yurishkuro authored Jul 3, 2018
1 parent c8d514c commit fe8ef50
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
coverage:
range: 100..100
round: down
precision: 2

codecov:
notify:
require_ci_to_pass: yes
strict_yaml_branch: master # only use the latest copy on master branch

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

status:
project:
default:
target: 100
patch: yes
changes: no

# see https://docs.codecov.io/docs/ignoring-paths
ignore:
- "model.pb*.go"

0 comments on commit fe8ef50

Please sign in to comment.