Peter Galantha

Results 13 comments of Peter Galantha

@jacksonpradolima diff-cover needs you to be on a branch which actually differs from `master`. Otherwise there will be no diff, so diff-cover's output will be empty (even if the coverage...

@hurenjie2019 Please attach the output of `diff-cover`, the output of `git diff`, and `jacoco_coverage.xml`. In most cases this happens if you run diff-cover on master branch - eventually, it will...

@hurenjie2019 there's no code coverage implemented for css files, as they are style sheets, not program code. @hdw868 please attach some files: the coverage xml file, and the git diff...

@hdw868 please add the output of the following commands: `xmllint --format coverage.xml | head` `xmllint --format coverage.xml | grep 'source\|src'`

First I want to see that the list of files changed, and the list of files having coverage information overlaps. If they do, I'd like to see the line numbers....

The coverage file has coverage info for your whole repository, so the overall coverage can be any percentage. e.g. if you have 100% coverage for sole of your files, like...

Sure, I’ll take a look at it tonight.

@antsund I updated the version number. However, if you're using the custom addon, all you need to do is to click on `rebuild` on the addon page. That should automatically...

Thanks for the feedback! I'll do the change accordingly.

Change complete and verified, please review.