barunsaha commited on
Commit
43216d5
·
1 Parent(s): ebf2b02

Simplify coverage exclusion

Browse files
Files changed (1) hide show
  1. .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
- # Optionally ignore the entire version file from total coverage calculation too
13
  - "src/slidedeckai/_version.py"
 
 
 
 
 
 
 
 
 
 
 
1
  ignore:
2
+ # Exclude the version file from all coverage calculations
3
  - "src/slidedeckai/_version.py"