mirror of
https://github.com/zoriya/vim.git
synced 2025-12-06 07:16:15 +00:00
Problem: Codecov reports every little coverage drop.
Solution: Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki
Kiichi, closes #7678)
7 lines
93 B
YAML
7 lines
93 B
YAML
coverage:
|
|
range: "80...100"
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.05%
|