Skip to content

Gruseckis/azure-dev-ops-code-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plug in for azure dev ops

Motivation

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

  1. Install node modules
npm install
  1. Rename config.template.js to config.js and set up your config variables.
  2. npm run build to build minified dist file
  3. npm run dev to build development version
  4. Copy generated file and run on pull request page.

Contributor

Germans Gruseckis Janis Logins

About

Scripts to get code coverage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors