-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Feature Request: Support for Additional Coverage Report Formats
I love the functionality of the apex-code-coverage-transformer, and I appreciate how it transforms Salesforce Apex code coverage reports into formats compatible with various tools.
Problem
Currently, the plugin only supports the JSON coverage format from the Salesforce CLI. However, many organizations use other CI/CD tools and might benefit from additional coverage report formats.
Suggested Formats
Here are a few coverage formats that could be valuable to implement:
- Cobertura - Widely used and supported by many tools.
- LCOV - Popular format for generating HTML reports and integrating with many CI systems.
- Codecov - Direct integration with Codecov for coverage reports.
By adding support for these formats, users who rely on different CI/CD solutions can leverage the capabilities of apex-code-coverage-transformer more effectively.
Additional Notes
Please let me know if there are specific formats that the community feels would be the most beneficial so we can prioritize their implementation! Thank you for your ongoing work on this project!