github.com/opencontainers/umoci@v0.4.8-0.20240508124516-656e4836fb0d/codecov.yml (about)

     1  # umoci: Umoci Modifies Open Containers' Images
     2  # Copyright (C) 2016-2020 SUSE LLC
     3  #
     4  # Licensed under the Apache License, Version 2.0 (the "License");
     5  # you may not use this file except in compliance with the License.
     6  # You may obtain a copy of the License at
     7  #
     8  #   http://www.apache.org/licenses/LICENSE-2.0
     9  #
    10  # Unless required by applicable law or agreed to in writing, software
    11  # distributed under the License is distributed on an "AS IS" BASIS,
    12  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    13  # See the License for the specific language governing permissions and
    14  # limitations under the License.
    15  
    16  comment:
    17    layout: "reach, diff, files"
    18    require_changes: true
    19    behavior: once
    20    branches:
    21      - master
    22  
    23  coverage:
    24    range: 60..100
    25    status:
    26      project:
    27        default:
    28          # TODO: Bump this to >80%.
    29          target: 70%
    30          threshold: 0%
    31        delta:
    32          target: auto
    33          informational: true
    34      patch:
    35        default:
    36          target: auto
    37          threshold: 0%
    38  
    39  github_checks:
    40    annotations: true