mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
10 lines
150 B
YAML
10 lines
150 B
YAML
# ignore files or directories to be scanned by codecov
|
|
ignore:
|
|
- "./docs/"
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.5%
|