mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	test: disable Jest from writing report files
This commit is contained in:
		
							parent
							
								
									377f62af19
								
							
						
					
					
						commit
						008bb5736d
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -3,5 +3,4 @@
 | 
			
		||||
!.eslint*
 | 
			
		||||
!.git*
 | 
			
		||||
 | 
			
		||||
coverage/
 | 
			
		||||
node_modules/
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "collectCoverage": true,
 | 
			
		||||
  "coverageReporters": ["text"],
 | 
			
		||||
  "coverageThreshold": {
 | 
			
		||||
    "global": {
 | 
			
		||||
      "branches": 100,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user