All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.4.1 (2024-12-22)
- fix clover file level metrics in deploy reports (cddded4)
2.4.0 (2024-12-21)
- add support for clover format (00ffa74)
2.3.0 (2024-12-17)
- add support for cobertura format (41a3b25)
2.2.1 (2024-12-14)
- upgrade all dependencies (7addc5d)
2.2.0 (2024-10-28)
- remove dependency on git repos (c2bc72d)
2.1.0 (2024-10-22)
- remove command flag by adding type guard functions (be380bf)
2.0.0 (2024-10-21)
- shorten command to acc-transformer
- shorten command to acc-transformer (686cdc6)
1.7.6 (2024-07-28)
- refactor fs import (d246c28)
1.7.5 (2024-07-28)
- switch to isomorphic-git (2da1fcc)
1.7.4 (2024-06-10)
- include
apex get test
command in the hook (34718f0) - update the hook to allow 2 different JSON paths based on command (f6159be)
1.7.3 (2024-05-15)
- 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)
1.7.2 (2024-05-10)
- add support for coverage JSONs created by
sf apex run test
(5f48b77)
1.7.2-beta.1 (2024-05-09)
- add support for coverage JSONs created by
sf apex run test
(5f48b77)
1.7.1 (2024-04-30)
- fix no-map replacement for windows-style paths (e6d4fef)
1.7.0 (2024-04-30)
- add a post run hook for post deployments (894a4cd)
1.6.8 (2024-04-23)
- get package directories and repo root before looping through files (b630002)
1.6.7 (2024-04-23)
- remove
--sfdx-configuration
flag and getsfdx-project.json
path usingsimple-git
(87d92f3)
1.6.6 (2024-04-22)
- fix path resolution when running in non-root directories (c16fe7d)
1.6.5 (2024-04-18)
- build XML using xmlbuilder2 and normalize path building using posix (c6d6d94)
1.6.4 (2024-04-09)
- switch to promises/async and refactor imports (2577692)
1.6.3 (2024-03-27)
- remove flow logic (dd3db2a)
1.6.2 (2024-03-26)
- warn if a file isn't found and fail if no files are found (6b9e8ea)
1.6.1 (2024-03-22)
- search the directories recursively without hard-coding the sub-folder names (8880ab3)
1.6.1-beta.1 (2024-03-22)
- search the directories recursively without hard-coding the sub-folder names (8880ab3)
1.6.0 (2024-03-21)
- add
covered
lines, renumbering out-of-range lines numbers (1733b09)
1.6.0-beta.1 (2024-03-20)
- add
covered
lines, renumbering out-of-range lines numbers (1733b09)
1.5.0 (2024-03-20)
- support multiple package directories via the sfdx-project.json (52c1a12)
1.4.0 (2024-02-27)
- if coverage JSON includes file extensions, use that to determine paths (efc1fa6)
1.3.1 (2024-02-26)
- dx-directory should be an existing directory and fix flag in messages (38fb20b)
1.3.0 (2024-02-07)
- add support for flows (6bf0da1)
1.2.0 (2024-02-07)
- check if file name is an apex class or apex trigger using the dx directory flag (215e41e)
1.1.1 (2024-02-07)
- resolve path to xml (cc75e96)
1.1.0 (2024-02-07)
- update json flag name to ensure it's unique from the global flag and import path module (d03c567)
- init release (504b4cf)