For my project we had an issue where code coverage was available only in build report as an artifact. It was really hard to map code coverage with commited files and see if it was below set norm. Together with colleague we came up with idea to create script that will pull up report from azure and map it to files and display code coverage next to file names.
- Install node modules
npm install- Rename
config.template.jstoconfig.jsand set up your config variables. npm run buildto build minified dist filenpm run devto build development version- Copy generated file and run on pull request page.
Germans Gruseckis Janis Logins