You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
znc/.codecov.yml

22 lines
499 B

ignore:
- /cmake/
- /test/
- /modules/modp*/*.cpp
- /modules/modp*/swig*
- /modules/modpython/znc_core.py
- /modules/modperl/ZNC.pm
fixes:
- "usr/local/lib/znc/::modules/"
- "/usr/local/lib/znc/::modules/"
codecov:
ci:
# Cygwin fails integration test with --coverage enabled, I don't know why
- !appveyor
# FreeBSD doesn't support C++ coverage yet (can't find libprofile_rt.a)
- !jenkins.znc.in
coverage:
status:
project:
default:
threshold: 1%