barunsaha commited on
Commit
f021ea1
·
1 Parent(s): 7809586

Set patch coverage thresholds

Browse files
Files changed (1) hide show
  1. .codecov.yml +8 -1
.codecov.yml CHANGED
@@ -1,3 +1,10 @@
1
  ignore:
2
  # Exclude the version file from all coverage calculations
3
- - "src/slidedeckai/_version.py"
 
 
 
 
 
 
 
 
1
  ignore:
2
  # Exclude the version file from all coverage calculations
3
+ - "src/slidedeckai/_version.py"
4
+
5
+ coverage:
6
+ status:
7
+ patch:
8
+ default:
9
+ target: 80%
10
+ threshold: 5%