Files
znc/.codecov.yml
Alexey Sokolov 92fc74cc00 Try to fix codecov config
Apparently they changed YAML parser, and ! now makes it fail
2025-05-01 22:41:13 +01:00

22 lines
503 B
YAML

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%