github.com/kolbycrouch/elvish@v0.14.1-0.20210614162631-215b9ac1c423/.codecov.yml (about)

     1  coverage:
     2    status:
     3      project:
     4        default:
     5          threshold: 0.1%
     6      patch: off
     7  comment: false
     8  ignore:
     9    # Exclude test helpers from coverage calculation.
    10    - "pkg/cli/clitest"
    11    - "pkg/eval/evaltest"
    12    - "pkg/prog/progtest"
    13    - "pkg/store/storetest"
    14    - "pkg/testutil/must.go"
    15    # Exclude the copied rpc package.
    16    - "pkg/rpc"
    17    # The web UI is not being worked on now, also exclude it.
    18    - "pkg/web"