-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I have successfully instrumented my project code and generated coverage results. However, I only receive coverage results on client-side code.
My project structure:
-- /instrumented
-- /client (AngularJS code)
-- /server (Node.js code)
- I have verified that the code runs fine in the browser and server side code is hit by client (ajax requests).
- I have verified that JavaScript code in client and server directories is instrumented.
- I have verified Protractor tests work successfully and during execution server-side code is hit.
How can I get coverage results for serve-side code?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels