mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Add Istanbul coverage (nyc)
This commit is contained in:
		
							parent
							
								
									ea05e1f559
								
							
						
					
					
						commit
						ecba67da6d
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -11,6 +11,8 @@ | |||||||
| /client/dist/ | /client/dist/ | ||||||
| /dist/ | /dist/ | ||||||
| /deploy/ | /deploy/ | ||||||
|  | /coverage/ | ||||||
|  | /.nyc_output/ | ||||||
| 
 | 
 | ||||||
| sw.* | sw.* | ||||||
| .DS_STORE | .DS_STORE | ||||||
|  | |||||||
							
								
								
									
										2719
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2719
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -16,7 +16,8 @@ | |||||||
|     "docker-arm64-local": "docker buildx build --platform linux/arm64 --load .  -t advplyr/audiobookshelf-arm64-local", |     "docker-arm64-local": "docker buildx build --platform linux/arm64 --load .  -t advplyr/audiobookshelf-arm64-local", | ||||||
|     "docker-armv7-local": "docker buildx build --platform linux/arm/v7 --load .  -t advplyr/audiobookshelf-armv7-local", |     "docker-armv7-local": "docker buildx build --platform linux/arm/v7 --load .  -t advplyr/audiobookshelf-armv7-local", | ||||||
|     "deploy-linux": "node deploy/linux", |     "deploy-linux": "node deploy/linux", | ||||||
|     "test": "mocha" |     "test": "mocha", | ||||||
|  |     "coverage": "nyc mocha" | ||||||
|   }, |   }, | ||||||
|   "bin": "prod.js", |   "bin": "prod.js", | ||||||
|   "pkg": { |   "pkg": { | ||||||
| @ -51,6 +52,7 @@ | |||||||
|     "chai": "^4.3.10", |     "chai": "^4.3.10", | ||||||
|     "mocha": "^10.2.0", |     "mocha": "^10.2.0", | ||||||
|     "nodemon": "^2.0.20", |     "nodemon": "^2.0.20", | ||||||
|  |     "nyc": "^15.1.0", | ||||||
|     "sinon": "^17.0.1" |     "sinon": "^17.0.1" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user