rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

[CI] Code coverage not being reported after each successful build #38

Closed rpaschoal closed 6 years ago

rpaschoal commented 6 years ago

Code coverage used to be reported for ng test after each successful build as seen on #26

For some reason it has stopped to report even though the build and tests are still running on Travis.

This might be related to one of the changes included in #32 when --sourcemaps=false was added in order to fix an issue where the tests on Travis were failing.

rpaschoal commented 6 years ago

Code coverage seems to be working and reporting now after #42