Skip to content

Commit a91fae7

Browse files
committed
chore(test): exclude wanadb callbacks from cov
1 parent e9f15ad commit a91fae7

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
@@ -78,7 +78,7 @@ exclude = ".git,__pycache__,docs/source/conftest.py,old,build,dist,test,tests"
7878
source = ["cellseg_models_pytorch"]
7979

8080
[tool.coverage.report]
81-
omit = ["*/tests/*", "*/__init__.py", "*/datamodules/*"]
81+
omit = ["*/tests/*", "*/__init__.py", "*/datamodules/*", "*/wandb_callbacks.py"]
8282
exclude_lines = [
8383
"raise TypeError",
8484
"raise ImportError",

0 commit comments

Comments
 (0)