Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Build Scripts, Infrastructure
-
Labels:None
Description
Currently we use testem to run our node and browser tests; the reports from these are then compiled by NYC to report the code coverage. The results are viewable as a summary on the command line when running all the tests, and in CI logs. More details reports are visible from the reports directory and viewable in a browser, but only for tests run locally.
We should integrate with a service like coveralls to make the results of the code coverage more visible both for PRs and for main.