File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ export default defineConfig({
88    coverage : { 
99      include : [ "src/schemas/validation/**/*.yaml" ] , 
1010      thresholds : process . env . BASE  !==  "dev"  ? { 
11-         statements : 99.42 ,   // should be 100% but we are missing some tests 
12-         lines : 99.42 ,        // should be  100% but we are missing some tests 
13-         functions : 92.58 ,   // should be 100% but we are missing some tests  
14-         // branches: 56.77,    // need to discuss whether we should check/increase this  
11+         statements : 100 ,      // JSON Schema keywords 
12+         lines : 100 , 
13+         //  functions: 100 ,  // subschemas, for example with `properties` - to be discussed 
14+         // branches: 56.77, // branch coverage isn't that useful  
1515      }  : { } 
1616    } , 
1717    forceRerunTriggers : [ '**/scripts/**' ,  '**/tests/**' ] , 
18-     testTimeout : 10000 ,  // 10  seconds 
18+     testTimeout : 20000 ,  // 20  seconds, sometimes needed on slower machines  
1919  } , 
2020} ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments