Revision f78a994e26a981c1ce2f186e67e68c5338c449d2 authored by Marko on 20 November 2019, 15:47:09 UTC, committed by Tess Rinearson on 20 November 2019, 15:47:09 UTC
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
1 parent 68b2873
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