actions: frontend test coverage wordt gereport door de workflow
This commit is contained in:
		
							parent
							
								
									7058263085
								
							
						
					
					
						commit
						ae45ba7ca8
					
				
					 3 changed files with 23 additions and 1 deletions
				
			
		|  | @ -9,6 +9,12 @@ export default mergeConfig( | |||
|             environment: "jsdom", | ||||
|             exclude: [...configDefaults.exclude, "e2e/**"], | ||||
|             root: fileURLToPath(new URL("./", import.meta.url)), | ||||
|             coverage: { | ||||
|                 reporter: ['text', 'json-summary', 'json'], | ||||
|                 // If you want a coverage reports even if your tests are failing, include the reportOnFailure option
 | ||||
|                 reportOnFailure: true, | ||||
|                 exclude: ['**/*config*'], | ||||
|               }, | ||||
|         }, | ||||
|     }), | ||||
| ); | ||||
|  |  | |||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst