mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 02:48:59 +00:00
build: Add test coverage info (#7502)
This commit is contained in:
parent
f30f9c50f8
commit
9e857ed2d4
15
.codecov.yml
15
.codecov.yml
@ -1,5 +1,20 @@
|
|||||||
|
comment: false
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
range: "40...100"
|
range: "40...100"
|
||||||
|
precision: 1
|
||||||
|
status:
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
informational: true
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
informational: true
|
||||||
|
|
||||||
|
github_checks:
|
||||||
|
annotations: false
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
- "**.pb.go"
|
- "**.pb.go"
|
||||||
|
- "**_mocked.go"
|
||||||
|
- "**/mocks/*"
|
||||||
|
Loading…
Reference in New Issue
Block a user