You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the life of me I could not successfully get lcov files from any form of html spec runner. Maybe its possible on this project, but I don't think it is as straight-forward as grunt config.. I expect it will take some extra rearranging, but it could also be related to my inexperience with generating lcov info from anything other than a node environment. @samccone ?
We probably could get the agent to run in node, except we have some pretty specific requirements based on some modified unwrapped library files, and some of the library files in use are not commonjs ready.
I'd ideally like to see agent nearly if not entirely extracted into it's own module loading.. perhaps babel? over the grunt preprocess/IIFE solution we have now.. but it will take some finagling to get the libraries loading the way they're needed.
Previously we were not able to run in node because of globals
We could run in the browser and then post back coverage
The text was updated successfully, but these errors were encountered: