mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
15 lines
368 B
YAML
15 lines
368 B
YAML
|
codecov:
|
||
|
branch: master
|
||
|
ci:
|
||
|
# Don't wait for AppVeyor build to finalize coverage information
|
||
|
# We don't have a way to generate coverage from it anyway
|
||
|
- !appveyor
|
||
|
|
||
|
coverage:
|
||
|
ignore:
|
||
|
- "projects/SelfTest"
|
||
|
- "**/catch_reporter_tap.hpp"
|
||
|
- "**/catch_reporter_automake.hpp"
|
||
|
- "**/catch_reporter_teamcity.hpp"
|
||
|
- "**/external/clara.hpp"
|