File: codecov.yml

package info (click to toggle)
golang-github-gofiber-schema 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 288 kB
  • sloc: makefile: 46
file content (24 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
coverage:
  status:
    project:
      default:
        target: auto
        threshold: 0.5%
        base: auto
    patch:
      default:
        target: auto
        threshold: 0.5%
        base: auto
ignore:
  # Ignore generated root files
  - "*_msgp.go"
  - "*_msgp_test.go"
  - "*_gen.go"
  # Ignore generated files below root
  - "**/*_msgp.go"
  - "**/*_msgp_test.go"
  - "**/*_gen.go"
  # Ignore internal and docs
  - "internal/**"
  - "docs/**"