Skip to content

Commit

Permalink
chore(release): 1.7.3 [skip ci] ## [1.7.3](v1.7.2...v1.7.3) (2024-05-15)
Browse files Browse the repository at this point in the history
### Bug Fixes

* fix handling of an empty JSON from the test run command ([48ef6df](48ef6df))
* warn instead of fail when no files in the JSON are processed ([7809843](7809843))
  • Loading branch information
semantic-release-bot committed May 15, 2024
1 parent 48ef6df commit 92a4c41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.3](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.2...v1.7.3) (2024-05-15)

### Bug Fixes

- fix handling of an empty JSON from the test run command ([48ef6df](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/48ef6df77eda762006a78e1d2eb66936d57ee418))
- warn instead of fail when no files in the JSON are processed ([7809843](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/780984332c279ed7142695cbf262e67f69e916c0))

## [1.7.2](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v1.7.1...v1.7.2) (2024-05-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apex-code-coverage-transformer",
"description": "Transforms the Apex code coverage JSON created during Salesforce deployments into the Generic Test Coverage Format (XML).",
"version": "1.7.2",
"version": "1.7.3",
"dependencies": {
"@oclif/core": "^3.18.1",
"@salesforce/core": "^6.4.7",
Expand Down

0 comments on commit 92a4c41

Please sign in to comment.