]> jfr.im git - irc/evilnet/znc.git/blob - .codecov.yml
Extend SASLAuth
[irc/evilnet/znc.git] / .codecov.yml
1 ignore:
2 - /cmake/
3 - /test/
4 - /modules/modp*/*.cpp
5 - /modules/modp*/swig*
6 - /modules/modpython/znc_core.py
7 - /modules/modperl/ZNC.pm
8 fixes:
9 - "usr/local/lib/znc/::modules/" # C++ and Python seem to work without this, but Perl needs this.
10 codecov:
11 ci:
12 # Cygwin fails integration test with --coverage enabled, I don't know why
13 - !appveyor
14 # FreeBSD doesn't support C++ coverage yet (can't find libprofile_rt.a)
15 - !jenkins.znc.in
16 coverage:
17 status:
18 project:
19 default:
20 threshold: 1%