lathonez / clicker

Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
http://lathonez.com/2018/ionic-2-unit-testing/
MIT License
430 stars 136 forks source link

removed the browserify transform #140

Closed pvdyck closed 8 years ago

pvdyck commented 8 years ago

If you want to enable Chrome debugging in Gulp task karma-debug, I suppose you want to disable the code coverage ?

codecov-io commented 8 years ago

Current coverage is 70.41% (diff: 100%)

Merging #140 into master will not change coverage

@@             master       #140   diff @@
==========================================
  Files            17         17          
  Lines           338        338          
  Methods          20         20          
  Messages          0          0          
  Branches         47         47          
==========================================
  Hits            238        238          
  Misses           81         81          
  Partials         19         19          

Powered by Codecov. Last update 37c8d31...b60b571

lathonez commented 8 years ago

Yes makes sense, thanks.

pvdyck commented 8 years ago

yw