Skip to content

Commit 7eb25c2

Browse files
committed
chore: Relax CI thresholds and ignore tests/examples
1 parent 4b19c58 commit 7eb25c2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.harmonizerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ build/
66
dist/
77
.pytest_cache/
88
tests/legacy/
9+
tests/
10+
examples/

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tool.harmonizer.thresholds]
2-
max_disharmony = 1.0
3-
max_imbalance = 0.8
4-
min_density = 0.1
2+
max_disharmony = 2.0
3+
max_imbalance = 2.0
4+
min_density = 0.05
55

66
[tool.harmonizer.paths]
7-
exclude = ["venv", ".git", "__pycache__", "build", "dist"]
7+
exclude = ["venv", ".git", "__pycache__", "build", "dist", "tests", "examples"]
88
report = "harmonizer_report.html"
99

1010
[tool.harmonizer.analysis]

0 commit comments

Comments
 (0)