mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-07-26 15:58:13 +00:00
c0976a1e1d
* feat(preview): implement object preview functionality with token-based access * docs: update README to include inline object preview feature * test: add range read error handling and attachment content disposition tests
19 lines
326 B
YAML
19 lines
326 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: 85%
|
|
threshold: 1%
|
|
patch:
|
|
default:
|
|
target: 80%
|
|
|
|
ignore:
|
|
- "backend/main.go"
|
|
- "backend/cmd/"
|
|
- "backend/docs/"
|
|
- "backend/internal/services/mocks/"
|
|
- "backend/**/*_mock.go"
|
|
- "backend/internal/services/s3.go"
|
|
- "frontend/"
|