github.com/nfisher/gitit@v0.0.7-0.20240131193748-bc8dd26542cc/codecov.yml (about)

     1  ignore:
     2    - index_gen.go
     3  
     4  coverage:
     5    range: 70..100
     6    round: down
     7    precision: 2
     8  
     9  comment:
    10    layout: "reach, diff, flags, files"
    11    behavior: default
    12    require_changes: false  # if true: only post the comment if coverage changes
    13    require_base: no        # [yes :: must have a base report to post]
    14    require_head: no       # [yes :: must have a head report to post]
    15    branches:               # branch names that can post comment
    16      - "main"