mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	improve nyc to add all files in lib to coverage
This commit is contained in:
		
							parent
							
								
									84332250d6
								
							
						
					
					
						commit
						3758ba7b5a
					
				@ -47,6 +47,13 @@
 | 
			
		||||
    "test:coverage": "nyc npm run test",
 | 
			
		||||
    "test:coverage-report": "nyc report --reporter=text-lcov | coveralls"
 | 
			
		||||
  },
 | 
			
		||||
  "nyc": {
 | 
			
		||||
    "all": true,
 | 
			
		||||
    "include": [
 | 
			
		||||
      "bin/**/*.js",
 | 
			
		||||
      "lib/**/*.js"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "body-parser": "1.15.2",
 | 
			
		||||
    "commander": "^2.9.0",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user