File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ function extractVaultFromFile (data) {
132132 salt : s [ 1 ] ,
133133 } ) ) )
134134 if ( vaults . length ) {
135+ /* istanbul ignore next */
135136 if ( vaults . length > 1 ) {
136137 console . log ( 'Found multiple vaults!' , vaults )
137138 }
@@ -155,6 +156,7 @@ function extractVaultFromFile (data) {
155156
156157 const dedupedVaults = dedupe ( vaults )
157158 if ( dedupedVaults . length ) {
159+ /* istanbul ignore next */
158160 if ( dedupedVaults . length > 1 ) {
159161 console . log ( 'Found multiple vaults!' , dedupedVaults )
160162 }
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ module.exports = {
4141 // An object that configures minimum threshold enforcement for coverage results
4242 coverageThreshold : {
4343 global : {
44- branches : 95.23 ,
44+ branches : 97.61 ,
4545 functions : 100 ,
46- lines : 98.57 ,
47- statements : 98.64 ,
46+ lines : 100 ,
47+ statements : 100 ,
4848 } ,
4949 } ,
5050
You can’t perform that action at this time.
0 commit comments