...

Text file src/github.com/cloudflare/circl/codecov.yml

Documentation: github.com/cloudflare/circl

     1# Default codecoverage configuration https://docs.codecov.io/docs/codecov-yaml
     2codecov:
     3  require_ci_to_pass: yes
     4
     5coverage:
     6  precision: 2
     7  round: down
     8  range: "70...100"
     9
    10parsers:
    11  gcov:
    12    branch_detection:
    13      conditional: yes
    14      loop: yes
    15      method: no
    16      macro: no
    17
    18comment:
    19  layout: "reach,diff,flags,tree"
    20  behavior: default
    21  require_changes: no

View as plain text