No issue: Add threshold to codecov (#4751)

master
Sawyer Blatz 2019-08-15 10:40:05 -07:00 committed by GitHub
コミット 3e96bce93b
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更4行の追加0行の削除

ファイルの表示

@ -6,3 +6,7 @@ coverage:
precision: 2
round: down
range: 60..80
status:
project:
default:
threshold: 0.5 # allow coverage to fall by 0.5% without failing