Skip to content

Commit

Permalink
Adjusted the coverage tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lawhead committed Dec 11, 2024
1 parent 34b7511 commit 9ee862f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ bcipy-train = "bcipy.signal.model.offline_analysis:main"
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
platforms = ["Linux", "Windows", "Mac OS-X"]
include-package-data = true
zip-safe = true
zip-safe = true

# Python modules and packages that are included in the
# distribution package (and therefore become importable)
Expand All @@ -120,6 +120,7 @@ omit = [
"*exceptions.py",
"*visualization.py",
"*/gui/*",
"*/simulator/ui/*
]
source = ["bcipy"]
branch = true
Expand Down

0 comments on commit 9ee862f

Please sign in to comment.