Spaces:
Running
Running
Simplify coverage exclusion
Browse files- .codecov.yml +1 -11
.codecov.yml
CHANGED
|
@@ -1,13 +1,3 @@
|
|
| 1 |
-
coverage:
|
| 2 |
-
status:
|
| 3 |
-
patch:
|
| 4 |
-
# Exclude the version file from patch coverage checks
|
| 5 |
-
paths:
|
| 6 |
-
- "src/slidedeckai/_version.py":
|
| 7 |
-
target: auto
|
| 8 |
-
# Set the patch coverage requirement to 0% for this specific file
|
| 9 |
-
threshold: 0%
|
| 10 |
-
|
| 11 |
ignore:
|
| 12 |
-
#
|
| 13 |
- "src/slidedeckai/_version.py"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
ignore:
|
| 2 |
+
# Exclude the version file from all coverage calculations
|
| 3 |
- "src/slidedeckai/_version.py"
|