https://github.com/philsquared/Catch
Raw File
Tip revision: 0986ae5cb4832f7861cf49b1726e796db2de0ad5 authored by Stephane Del Pino on 17 October 2018, 23:19:36 UTC
Add the optional variable OptionalCatchTestLauncher
Tip revision: 0986ae5
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