github.com/openfga/openfga@v1.5.4-rc1/codecov.yml (about)

     1  ignore:
     2    # the following folders contain tests that need to be exported so that consumer modules can run them with their own storage implementation
     3    - "pkg/storage/test"
     4    - "pkg/server/test"
     5    - "tests"
     6    # the following folder contains helper test code
     7    - "pkg/testfixtures/storage"
     8  coverage:
     9    range: 60..75
    10    round: up
    11    precision: 2
    12    status:
    13      project:
    14        default:
    15          target: 76%