Skip to content

doque/break_coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

break_coverage

Breaks code coverage reports.

Run

npm install

npm test          # will run successfully

npm run test:cov  # will fail, due to duplicate '.js' extension


git checkout working_coverage_reports

npm run test:cov  # will successfully report coverage

I've forked nyc and introduced a fix that strips duplicate extensions. You can see it working here:

git checkout fix_in_fork
npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published