ci: Add 0.5% as threshold for coverage failure

This commit is contained in:
Suraj Shetty 2021-09-02 18:49:04 +05:30 committed by GitHub
parent 5b78407789
commit 3f69350f09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
codecov: codecov:
require_ci_to_pass: yes require_ci_to_pass: yes
status:
project:
default:
threshold: 0.5%
comment: comment:
layout: "diff, flags, files" layout: "diff, flags, files"
require_changes: true require_changes: true