mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:43:05 +02:00
Set coverage fail_under=100 and add python_pkg/lichess_bot to sources
- Add python_pkg/lichess_bot to coverage sources - Set fail_under=100 to enforce 100% test coverage
This commit is contained in:
parent
89bc4a1bf3
commit
d26769e80d
@ -200,7 +200,7 @@ filterwarnings = [
|
||||
# COVERAGE - Code coverage configuration
|
||||
# ============================================================================
|
||||
[tool.coverage.run]
|
||||
source = ["PYTHON", "articles", "poker-modifier-app"]
|
||||
source = ["PYTHON", "articles", "poker-modifier-app", "python_pkg/lichess_bot"]
|
||||
branch = true
|
||||
omit = [
|
||||
"*/__pycache__/*",
|
||||
@ -211,7 +211,7 @@ omit = [
|
||||
|
||||
[tool.coverage.report]
|
||||
# Fail under this percentage
|
||||
fail_under = 0
|
||||
fail_under = 100
|
||||
show_missing = true
|
||||
skip_covered = false
|
||||
exclude_lines = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user