Revision c54471997dab7e02950982d57d1daf93a77f95f5 authored by holgerteichgraeber on 16 February 2020, 23:40:33 UTC, committed by holgerteichgraeber on 16 February 2020, 23:40:33 UTC
1 parent a783ff1
Raw File
.codecov.yml
codecov:
  notify:
    require_ci_to_pass: yes

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

  status:
    project: yes
    patch: yes
    changes: no

parsers:
  gcov:
    branch_detection:
      conditional: yes
      loop: yes
      method: no
      macro: no

comment:
  layout: "header, diff"
  behavior: default
  require_changes: no

ignore:
  - "src/clustering/shape_based/*"
back to top