We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede9942 commit b0c9289Copy full SHA for b0c9289
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
python -m pip list
50
- name: Test with pytest
51
- run: pytest -v -n 2 --cov=segmentation_models_pytorch --cov-report=xml
+ run: pytest -v -n 2 --cov=segmentation_models_pytorch --cov-report=xml --cov-config=pyproject.toml
52
- name: Upload coverage reports to Codecov
53
uses: codecov/codecov-action@v5
54
with:
pyproject.toml
@@ -70,3 +70,6 @@ markers = [
70
"unetplusplus",
71
"upernet",
72
]
73
+
74
+[tool.coverage.run]
75
+omit = segmentation_models_pytorch/utils/*
0 commit comments