github.com/pion/webrtc/v4@v4.0.1/codecov.yml (about)

     1  #
     2  # DO NOT EDIT THIS FILE
     3  #
     4  # It is automatically copied from https://github.com/pion/.goassets repository.
     5  #
     6  # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
     7  # SPDX-License-Identifier: MIT
     8  
     9  coverage:
    10    status:
    11      project:
    12        default:
    13          # Allow decreasing 2% of total coverage to avoid noise.
    14          threshold: 2%
    15      patch:
    16        default:
    17          target: 70%
    18          only_pulls: true
    19  
    20  ignore:
    21    - "examples/*"
    22    - "examples/**/*"