https://github.com/philsquared/Catch
Revision 64a0f466ec1a4f725cda738e05edb64d40516495 authored by Martin Hořeňovský on 13 January 2019, 15:17:36 UTC, committed by Martin Hořeňovský on 13 January 2019, 15:17:42 UTC
Because both copy and move operations are trivial, this doesn't
actually change anything, but it silences a static analysis warning.
1 parent 47602ac
Raw File
Tip revision: 64a0f466ec1a4f725cda738e05edb64d40516495 authored by Martin Hořeňovský on 13 January 2019, 15:17:36 UTC
Add missing noexcept in move constructors
Tip revision: 64a0f46
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