-
Notifications
You must be signed in to change notification settings - Fork 2
Configure code coverage analysis #2
Comments
Currently, I am implementing code coverage based on browserify with tsify plugin and an browserify-istanbul transformer with isparta instrumenter.
|
Again thanks for the sync! There is one more thing that I would like to add regarding building coverage with browserify. In general this Angular2 application template was generated with broccoli as task runner behind the scenes. When it serves the project it uses Angular2App with: |
Good hint, thanks. According to broccoli, I think it als edges a different discussion related to task runners. This first version of the application was mainly driven by the angularjs2-cli generator based on the angularjs2 communities proposals. However, I am totally aware, that this might not be the best choice. It was just a starting point. If you are interested to even discuss the use a different task runner, we may discuss this in a seperate topic. However, we should align this with a consolidated working technology stack enabling
as already identified. |
I've found an interesting seed project with coverage integrated. Runing it with |
We should utilize coveralls.io to analyze and track our test coverage.
The text was updated successfully, but these errors were encountered: