File size: 377 Bytes
12bfd03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
coverage:
  status:
    # measures overall project coverage
    project:
      default:
        threshold: 100% # how much decrease in coverage is needed to not consider success

    # measures PR or single commit coverage
    patch:
      default:
        threshold: 100% # how much decrease in coverage is needed to not consider success


    # project: off
    # patch: off