/ .codecov.yml
.codecov.yml
 1  # Codecov Configuration for ci-dashboard
 2  coverage:
 3    status:
 4      project:
 5        default:
 6          informational: true
 7          threshold: 5%
 8      patch:
 9        default:
10          informational: true
11  
12  comment:
13    layout: "reach,diff,flags,files"
14    behavior: default
15    require_changes: true
16  
17  ignore:
18    - "__pycache__/"
19    - "*.pyc"
20    - "node_modules/"