Skip to content

Commit

Permalink
fix pyproject.toml for code cov
Browse files Browse the repository at this point in the history
eacharles committed Jan 15, 2025
1 parent c8d77f8 commit 4f5f8f0
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
@@ -52,7 +52,7 @@ testpaths = [
"tests",
]
addopts = [
"--cov=pipelines",
"--cov=rail",
"--cov-report=html"
]

0 comments on commit 4f5f8f0

Please sign in to comment.