Releases: mcarvin8/apex-code-coverage-transformer
Releases · mcarvin8/apex-code-coverage-transformer
v1.7.3
1.7.3 (2024-05-15)
Bug Fixes
- fix handling of an empty JSON from the test run command (48ef6df)
- warn instead of fail when no files in the JSON are processed (7809843)
v1.7.2
1.7.2 (2024-05-10)
Bug Fixes
- add support for coverage JSONs created by
sf apex run test
(5f48b77)
v1.7.2-beta.1
Bug Fixes
- add support for coverage JSONs created by
sf apex run test
(5f48b77)
v1.7.1
1.7.1 (2024-04-30)
Bug Fixes
- fix no-map replacement for windows-style paths (e6d4fef)
v1.7.0
1.7.0 (2024-04-30)
Features
- add a post run hook for post deployments (894a4cd)
v1.6.8
1.6.8 (2024-04-23)
Bug Fixes
- get package directories and repo root before looping through files (b630002)
v1.6.7
1.6.7 (2024-04-23)
Bug Fixes
- remove
--sfdx-configuration
flag and get sfdx-project.json
path using simple-git
(87d92f3)
v1.6.6
1.6.6 (2024-04-22)
Bug Fixes
- fix path resolution when running in non-root directories (c16fe7d)
v1.6.5
1.6.5 (2024-04-18)
Bug Fixes
- build XML using xmlbuilder2 and normalize path building using posix (c6d6d94)
v1.6.4
1.6.4 (2024-04-09)
Bug Fixes
- switch to promises/async and refactor imports (2577692)