✅ | Add tests
Some checks failed
SonarQube Code Quality Scan / SonarQube Scan (push) Failing after 2m37s
Some checks failed
SonarQube Code Quality Scan / SonarQube Scan (push) Failing after 2m37s
This commit is contained in:
16
.coveragerc
Normal file
16
.coveragerc
Normal file
@@ -0,0 +1,16 @@
|
||||
[run]
|
||||
relative_files = True
|
||||
source = .
|
||||
omit =
|
||||
tests/*
|
||||
.venv/*
|
||||
docs/*
|
||||
.gitea/*
|
||||
__pycache__/*
|
||||
*.pyc
|
||||
shibokensupport/*
|
||||
PySide6/*
|
||||
shiboken2/*
|
||||
|
||||
[xml]
|
||||
output = coverage.xml
|
||||
Reference in New Issue
Block a user