Revision 9390a810ebda0b1aebd90f6e8b8688562bdf7958 authored by Ethan Buchman on 28 March 2019, 01:03:28 UTC, committed by GitHub on 28 March 2019, 01:03:28 UTC
1 parent a49d80b
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