What's Changed
- Generate a file hardis-report/apex-coverage-results.json with Apex code coverage details for the following commands:
- hardis:project:deploy:smart (only if
COVERAGE_FORMATTER_JSON=true
environment variable is defined) - hardis:org:test:apex (always)
- SF Cli deployment wrapper commands
- hardis:project:deploy:smart (only if
- Do not display command output if execCommand has been called with
output: false
Pull Requests
- Generate a file hardis-report/apex-coverage-results.json with Apex code coverage details by @nvuillam in #985
Full Changelog: v5.14.0...v5.14.1