diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-24 19:46:34 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-24 19:46:34 +0000 |
| commit | 6d33048410a446d29e250e8cd89e7f9cab5778b8 (patch) | |
| tree | c8d6cb1787e923c1981e9a195b2a5846cb1c5363 /package.json | |
| parent | 241690cdf62c649dc7eccd43a36c27a03a42dd0d (diff) | |
| download | ao-coverage-6d33048410a446d29e250e8cd89e7f9cab5778b8.tar.gz ao-coverage-6d33048410a446d29e250e8cd89e7f9cab5778b8.tar.bz2 ao-coverage-6d33048410a446d29e250e8cd89e7f9cab5778b8.zip | |
Add coverage threshold; copy .env for Drone
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json index 6c8a302..be20913 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,14 @@ ], "roots": [ "src/" - ] + ], + "coverageThreshold": { + "global": { + "branches": 85, + "functions": 85, + "lines": 85, + "statements": 85 + } + } } } |
