# istanbul-middleware **Repository Path**: uwa_qa/istanbul-middleware ## Basic Information - **Project Name**: istanbul-middleware - **Description**: 前端代码覆盖率收集解析web服务。 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-23 - **Last Updated**: 2021-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Test application ================ A simple express application to demonstrate how the library works. $ node index.js # start the app coverage $ open http://localhost:8889/coverage # shows coverage info $ curl -o coverage.zip http://localhost:8888/coverage/download # gives you the zip file with reports * Get coverage data ``` $ open http://localhost:8889 # Run the website $ open http://localhost:8889/coverage # shows coverage info. public_without_coverage folder should exist in report after 2 seconds. ```