github.com/agiledragon/gomonkey/v2@v2.11.1-0.20240427155748-d56c6823ec17/.github/codecov.yaml (about)

     1  # To validate:
     2  #   cat codecov.yml | curl --data-binary @- https://codecov.io/validate
     3  
     4  codecov:
     5    notify:
     6      require_ci_to_pass: yes
     7  
     8    allow_coverage_offsets: true
     9  
    10  coverage:
    11    precision: 2
    12    round: down
    13    range: "50...75"
    14  
    15    status:
    16      project:
    17        default:
    18          threshold: 1
    19      # Disable patch since it is noisy and not correct
    20      patch:
    21        default:
    22          enabled: no
    23          if_not_found: success