github.com/opentofu/opentofu@v1.7.1/codecov.yml (about)

     1  # Copyright (c) The OpenTofu Authors
     2  # SPDX-License-Identifier: MPL-2.0
     3  # Copyright (c) 2023 HashiCorp, Inc.
     4  # SPDX-License-Identifier: MPL-2.0
     5  
     6  comment:
     7    layout: "flags, files"
     8    behavior: default
     9    require_changes: true   # only comment on changes in coverage
    10    require_base: yes       # [yes :: must have a base report to post]
    11    require_head: yes       # [yes :: must have a head report to post]
    12    branches:               # branch names that can post comment
    13      - "main"
    14  
    15  coverage:
    16    status:
    17      project:
    18        default:
    19          informational: true
    20          target: auto
    21          threshold: "0.5%"
    22      patch:
    23        default:
    24          informational: true
    25          target: auto
    26          threshold: "0.5%"
    27  
    28  github_checks:
    29      annotations: false