Revision b80caf6f5115a450f315364b70bcfea0d0111aac authored by James Stone on 30 September 2019, 23:50:28 UTC, committed by James Stone on 30 September 2019, 23:50:28 UTC
1 parent da0062f
Raw File
codecov.yml
coverage:
  precision: 2
  round: nearest
  range: "60...90"
  status:
    project:
      default:
        threshold: 2%
    patch:
      default:
        target: 80%
  ignore:
    - "projects/SelfTest"
    - "**/catch_reporter_tap.hpp"
    - "**/catch_reporter_automake.hpp"
    - "**/catch_reporter_teamcity.hpp"
    - "**/external/clara.hpp"


codecov:
  branch: master

comment:
  layout: "diff"
back to top