github.com/lovung/GoCleanArchitecture@v0.0.0-20210302152432-50d91fd29f9f/codecov.yaml (about)

     1  codecov:
     2    require_ci_to_pass: false
     3    disable_default_path_fixes: yes
     4    bot: "codecov-bot"
     5  github_checks:
     6    annotations: false
     7  coverage:
     8    status:
     9      patch: off
    10  comment:
    11    layout: "reach, diff, flags, files"
    12    behavior: default
    13    require_changes: false  # if true: only post the comment if coverage changes
    14    require_base: no        # [yes :: must have a base report to post]
    15    require_head: yes       # [yes :: must have a head report to post]
    16    branches:               # branch names that can post comment
    17      - "main"
    18  fixes:
    19    - "github.com/lovung/GoCleanArchitecture/::"
    20  ignore:
    21    - "cmd"
    22    - "tmp"