mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-07-26 15:58:13 +00:00
4447f6533f
Signed-off-by: Noooste <83548733+Noooste@users.noreply.github.com>
18 lines
307 B
YAML
18 lines
307 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 85%
|
|
threshold: 1%
|
|
patch:
|
|
default:
|
|
target: 80%
|
|
|
|
ignore:
|
|
- "backend/main.go"
|
|
- "backend/docs/"
|
|
- "backend/internal/services/mocks/"
|
|
- "backend/**/*_mock.go"
|
|
- "backend/internal/services/s3.go"
|
|
- "frontend/"
|