mirror of
https://github.com/gofiber/fiber.git
synced 2025-07-27 12:40:11 +00:00
25 lines
478 B
YAML
25 lines
478 B
YAML
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/**"
|