github.com/hyperledger/aries-framework-go@v0.3.2/.codecov.yaml (about)

     1  # Copyright SecureKey Technologies Inc. All Rights Reserved.
     2  #
     3  # SPDX-License-Identifier: Apache-2.0
     4  
     5  coverage:
     6    status:
     7      project:
     8        default:
     9          target: 85%
    10      patch:
    11        default:
    12          target: 85%
    13          only_pulls: true
    14  
    15  ignore:
    16    - "test/bdd"  # ignore bdd tests
    17    - "proto"
    18    - "component/kmscrypto/crypto/tinkcrypto/primitive/proto"
    19    - "component/kmscrypto/internal/third_party"