PinkyJie / angular1-webpack-starter

Component based Angular(1.x) web development with Webpack and ES6.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit test coverage report can not display correct for folder prefixed with underscore

PinkyJie opened this issue · comments

It seems Github Pages dose not support folders prefixed with _.
Links like this http://pinkyjie.com/angular1-webpack-starter/coverage/app/components/_common/directives/index.html will return 404.

Fix: Manually change _common to common in build script