https://github.com/philsquared/Catch
Raw File
Tip revision: a000e8f3d2f905e9055c4b75c55f6aa6afd7d486 authored by Mike Cowan on 31 July 2019, 16:15:15 UTC
Add defined() to elif CATCH_PLATFORM_WINDOWS
Tip revision: a000e8f
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