actions: backend coverage exclude aangepast
test bestanden moeten niet gecovered worden Bestanden rechtstreeks onder de src folder moeten ook niet gecovered worden (deze binden heel het project samen maar hebben geen aparte functionaliteit om te testen)
This commit is contained in:
		
							parent
							
								
									cd7eb486eb
								
							
						
					
					
						commit
						3ca063a721
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -9,7 +9,7 @@ export default defineConfig({ | ||||||
|             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*', '**/tests/**', 'src/*.ts'], | ||||||
|             thresholds: { |             thresholds: { | ||||||
|                 lines: 60, |                 lines: 60, | ||||||
|                 branches: 60, |                 branches: 60, | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst