Skip to content

Commit

Permalink
Add Ruby instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilder committed Dec 16, 2024
1 parent 0c1b2a3 commit 891d65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Set up `npm run test:cov` in your `package.json` scripts to run `jest --coverage
* Java/Groovy can use Clover format
* PHPUnit will output Clover with the [`--coverage-clover` flag](https://docs.phpunit.de/en/10.2/textui.html#code-coverage)
* C++: GCC Gcov can output Lcov format; [this blog post](https://shenxianpeng.github.io/2021/07/gcov-example/) may help you get started.
* Ruby: Simplecov can output Lcov format when you add the [`simplecov-lcov`](https://github.com/fortissimo1997/simplecov-lcov) gem to your Gemfile. Make sure to set `SimpleCov::Formatter::LcovFormatter.config.report_with_single_file` to `true` and provide the path to the output file using `COVERAGE_FILE_PATH` as described above.

## Contributing

Expand Down

0 comments on commit 891d65a

Please sign in to comment.