...

Text file src/github.com/goccy/go-json/.codecov.yml

Documentation: github.com/goccy/go-json

     1codecov:
     2  require_ci_to_pass: yes
     3
     4coverage:
     5  precision: 2
     6  round: down
     7  range: "70...100"
     8
     9  status:
    10    project:
    11      default:
    12        target: 70%
    13        threshold: 2%
    14    patch: off
    15    changes: no
    16
    17parsers:
    18  gcov:
    19    branch_detection:
    20      conditional: yes
    21      loop: yes
    22      method: no
    23      macro: no
    24
    25comment:
    26  layout: "header,diff"
    27  behavior: default
    28  require_changes: no
    29
    30ignore:
    31  - internal/encoder/vm_color
    32  - internal/encoder/vm_color_indent

View as plain text