mirror of
https://github.com/vim/vim
synced 2025-03-15 14:27:53 +01:00
Problem: CI: codecov is intrusive Solution: disable codecov comments The codecov report is incredibly intrusive, and getting a notification for every PR to vim that codecov codecoved is annoying. If anyone is interested in the report the information is readily available by clicking on the job. closes: #13285 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: dundargoc <gocdundar@gmail.com>
14 lines
205 B
YAML
14 lines
205 B
YAML
coverage:
|
|
range: "80...100"
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.05%
|
|
|
|
comment: false
|
|
|
|
# Files not run by tests
|
|
ignore:
|
|
- "src/dosinst.c"
|
|
- "src/dosinst.h"
|
|
- "src/uninstall.c"
|