Skip to content

Commit bffeb6b

Browse files
committed
Update coverage exclusion path for loaders
1 parent a469d21 commit bffeb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ relative_files = true
6464
source = ["src"]
6565
# TODO: Figure out how to test loaders. This will likely involve having some
6666
# example configurations and may be part of the effort to test the workflow.
67-
omit = ["__main__.py", "src/CSET/recipes/loaders/*.py"]
67+
omit = ["__main__.py", "src/CSET/loaders/*.py"]
6868

6969
[tool.codespell]
7070
ignore-words-list = "lazyness,meaned,runn"

0 commit comments

Comments
 (0)