Closed geshwho closed 5 years ago
This Pull Request is intended to add support for partial coverage reports to the ruby coverage reporter for Codacy as discussed in #38.
This is still a work in progress; I'm having some difficulties troubleshooting the usage without access to the Codacy backend.
There are two main changes made to this gem:
SimpleCov.formatter
Codacy::PartialFormatter
Codacy::Formatter
@DReigada can you take a look into this?
This Pull Request is intended to add support for partial coverage reports to the ruby coverage reporter for Codacy as discussed in #38.
Notes
This is still a work in progress; I'm having some difficulties troubleshooting the usage without access to the Codacy backend.
Overview of Changes
There are two main changes made to this gem:
SimpleCov.formatter
,Codacy::PartialFormatter
, which inherits from the existingCodacy::Formatter
TODO