Files
go-zero/.codecov.yml

14 lines
197 B
YAML
Raw Normal View History

2023-10-15 21:39:44 +08:00
coverage:
status:
patch: true
2025-07-13 11:18:51 +08:00
project: true
comment:
layout: "flags, files"
behavior: once
require_changes: true
2020-08-15 15:11:55 +08:00
ignore:
- "tools"
- "**/mock"
- "**/*_mock.go"
- "**/*test"