Merge branch 'github-actions/coverage' of https://github.com/kloep1/SELtest into github-actions/coverage
This commit is contained in:
		
						commit
						0ff0da776f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -10,10 +10,10 @@ export default mergeConfig( | ||||||
|             exclude: [...configDefaults.exclude, "e2e/**"], |             exclude: [...configDefaults.exclude, "e2e/**"], | ||||||
|             root: fileURLToPath(new URL("./", import.meta.url)), |             root: fileURLToPath(new URL("./", import.meta.url)), | ||||||
|             coverage: { |             coverage: { | ||||||
|                 reporter: ['text', 'json-summary', 'json'], |                 reporter: ["text", "json-summary", "json"], | ||||||
|                 // If you want a coverage reports even if your tests are failing, include the reportOnFailure option
 |                 // If you want a coverage reports even if your tests are failing, include the reportOnFailure option
 | ||||||
|                 reportOnFailure: true, |                 reportOnFailure: true, | ||||||
|                 exclude: ['**/*config*'], |                 exclude: ["**/*config*"], | ||||||
|                 thresholds: { |                 thresholds: { | ||||||
|                     lines: 60, |                     lines: 60, | ||||||
|                     branches: 60, |                     branches: 60, | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst