I'am trying to generate an xml file that contains informations about unit test coverage that i made with mocha ( Backend unit tests in Angularjs ).
I executed my front end unit tests with jasminejs and i can integrate the frontend coverage with cobertura plugin in jenkins.
My question is how can i do the same as in front end , but in backend this time ( with mocha ) ? I mean generate Mocha unit test coverage file and view it using Cobertura plugin in jenkins.