Refresh Caches only in Portal (#129)

This commit is contained in:
Steve Faulkner
2020-08-05 15:54:17 -05:00
committed by GitHub
parent f132a8546c
commit 78e70cc7cc
5 changed files with 12 additions and 7 deletions

View File

@@ -39,9 +39,9 @@ module.exports = {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 19.5,
branches: 20,
functions: 24,
lines: 29.5,
lines: 30,
statements: 29.0
}
},