danielpalme / ReportGenerator

ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
https://reportgenerator.io
Apache License 2.0
2.56k stars 279 forks source link

Wiki Edit #655

Closed philipwolfe closed 5 months ago

philipwolfe commented 5 months ago

Hi,

I couldn't find a way to do a PR on the Wiki. On Getting Started at the bottom, shouldn't this: nyc --reporter=coberatura mocha be nyc --reporter=cobertura mocha?

(maybe related and not worth another issue) Could you provide an example of how to combine coverage with a test results report? I am new to node.js and mocha and want to make sure I get the syntax right. Is it: nyc --reporter=cobertura mocha \"test/**/*.tests.js\" --reporter mocha-junit-reporter? (assuming a folder named 'test' and test files named '*.tests.js')

danielpalme commented 5 months ago

I couldn't find a way to do a PR on the Wiki. On Getting Started at the bottom, shouldn't this:

Thank you. I fixed the typo.

Could you provide an example of how to combine coverage with a test results report? I am new to node.js and mocha and want to make sure I get the syntax right. Is it:

I'm sorry, but I'm not familiar with with the details of NodeJS.