File: codecov.yml

package info (click to toggle)
golang-github-meilisearch-meilisearch-go 0.34.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,088 kB
  • sloc: makefile: 9
file content (11 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
coverage:
  range: 60..80
  round: down
  precision: 2
  status:
    project:
      default:
        threshold: 1%

ignore:
  - "examples"