]> jfr.im git - irc/znc/znc.git/blame - .codecov.yml
Update translations from Crowdin for de_DE es_ES pt_BR
[irc/znc/znc.git] / .codecov.yml
CommitLineData
2113ea4a 1ignore:
01b2b441 2 - /cmake/
2113ea4a 3 - /test/
a037a98f
AS
4 - /modules/modp*/*.cpp
5 - /modules/modp*/swig*
ef5ace9b 6 - /modules/modpython/znc_core.py
1cbe1b87
AS
7 - /modules/modperl/ZNC.pm
8fixes:
ae979855 9 - "usr/local/lib/znc/::modules/" # C++ and Python seem to work without this, but Perl needs this.
e97562ee
AS
10codecov:
11 ci:
12 # Cygwin fails integration test with --coverage enabled, I don't know why
13 - !appveyor
1cbe1b87 14 # FreeBSD doesn't support C++ coverage yet (can't find libprofile_rt.a)
e97562ee 15 - !jenkins.znc.in
31db835e
AS
16coverage:
17 status:
18 project:
19 default:
20 threshold: 1%