mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	provision.py: Create dir var/node-coverage for js test coverage.
test-js-with-node: Move istanbul test coverage to var/node-coverage. This commit moves js test coverage generated through istanbul to var/node-coverage.
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							b36dfc0395
						
					
				
				
					commit
					4350b6e0fb
				
			| @@ -12,7 +12,7 @@ ret=0 | ||||
|  | ||||
| if [ "$1" = "cover" ]; then | ||||
|   # Run a coverage test with Istanbul. | ||||
|   istanbul cover "$INDEX_JS" || ret=1; | ||||
|   istanbul cover "$INDEX_JS" --dir var/node-coverage || ret=1; | ||||
|  | ||||
| elif [ "$1" = "-h" -o "$1" = "--help" ]; then | ||||
|   echo "Usage: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user