Revision 7b2c4bb4938f237820a117499fe58b76b1e4bfe0 authored by Ethan Buchman on 14 January 2019, 16:53:43 UTC, committed by GitHub on 14 January 2019, 16:53:43 UTC
1 parent ec53ce3
Raw File
codecov.yml
coverage:
  precision: 2
  round: down
  range: "70...100"

  status:
    project:
      default:
        threshold: 1%
    patch: on
    changes: off

comment:
  layout: "diff, files"
  behavior: default
  require_changes: no
  require_base: no
  require_head: yes

ignore:
  - "docs"
  - "DOCKER"
  - "scripts"
  - "**/*.pb.go"
back to top