Skip to content

Commit

Permalink
better attempt at unifying CI and local results
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Nov 6, 2024
1 parent a47097d commit 7a8609f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ exclude_lines = [
# Omit; need a different approach to test modules with hardware dependencies
omit = [
"*/__init__.py",
"*/seedsigner/hardware/*",
"*/tests/*",
]
skip_covered = false
skip_empty = true

[tool.coverage.run]
source = ["src"]
branch = true

[tool.pytest.ini_options]
Expand Down

0 comments on commit 7a8609f

Please sign in to comment.