Skip to content

Releases: mcarvin8/apex-code-coverage-transformer

v1.7.3

15 May 18:48
Compare
Choose a tag to compare

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

10 May 16:43
Compare
Choose a tag to compare

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

09 May 21:18
Compare
Choose a tag to compare
v1.7.2-beta.1 Pre-release
Pre-release

1.7.2-beta.1 (2024-05-09)

Bug Fixes

  • add support for coverage JSONs created by sf apex run test (5f48b77)

v1.7.1

30 Apr 19:32
Compare
Choose a tag to compare

1.7.1 (2024-04-30)

Bug Fixes

  • fix no-map replacement for windows-style paths (e6d4fef)

v1.7.0

30 Apr 19:01
Compare
Choose a tag to compare

1.7.0 (2024-04-30)

Features

  • add a post run hook for post deployments (894a4cd)

v1.6.8

23 Apr 18:33
Compare
Choose a tag to compare

1.6.8 (2024-04-23)

Bug Fixes

  • get package directories and repo root before looping through files (b630002)

v1.6.7

23 Apr 18:08
Compare
Choose a tag to compare

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

22 Apr 19:52
Compare
Choose a tag to compare

1.6.6 (2024-04-22)

Bug Fixes

  • fix path resolution when running in non-root directories (c16fe7d)

v1.6.5

18 Apr 15:51
Compare
Choose a tag to compare

1.6.5 (2024-04-18)

Bug Fixes

  • build XML using xmlbuilder2 and normalize path building using posix (c6d6d94)

v1.6.4

09 Apr 18:55
Compare
Choose a tag to compare

1.6.4 (2024-04-09)

Bug Fixes

  • switch to promises/async and refactor imports (2577692)