Files
Tunetti/.coveragerc
NikkeDoy 82a34a0a55
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m44s
🐛 | Exclude signature_bootstrap from coverage to fix SonarQube CI
2026-06-04 18:13:56 +03:00

18 lines
228 B
INI

[run]
relative_files = True
source = .
omit =
tests/*
.venv/*
docs/*
.gitea/*
__pycache__/*
*.pyc
shibokensupport/*
PySide6/*
shiboken2/*
signature_bootstrap*
[xml]
output = coverage.xml