github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/codecov.yml (about)

     1  comment:
     2    layout: "flags, files"
     3    behavior: default
     4    require_changes: true   # only comment on changes in coverage
     5    require_base: yes       # [yes :: must have a base report to post]
     6    require_head: yes       # [yes :: must have a head report to post]
     7    branches:               # branch names that can post comment
     8      - "main"
     9  
    10  coverage:
    11    status:
    12      project:
    13        default:
    14          informational: true
    15          target: auto
    16          threshold: "0.5%"
    17      patch:
    18        default:
    19          informational: true
    20          target: auto
    21          threshold: "0.5%"
    22  
    23  github_checks:
    24      annotations: false