Skip to content

Commit

Permalink
Merge pull request #79 from mcarvin8/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--apex-code-coverage-transformer

chore(main): release 2.5.0
  • Loading branch information
mcarvin8 authored Jan 8, 2025
2 parents 9a0dc8f + 18a1689 commit 8b4965c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.5.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.4.1...v2.5.0) (2025-01-08)


### Features

* add support for lcovonly info format ([a663cb2](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/a663cb2db49e62a8c6cf278fe6a7e28c9e0a94c6))
* rename xml flag to output-report ([bb25a47](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/bb25a478e285dc7de612368c51243e0525a71b02))

## [2.4.1](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.4.0...v2.4.1) (2024-12-22)


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 and test runs into SonarQube, Clover, LCovOnly, or Cobertura format.",
"version": "2.4.1",
"version": "2.5.0",
"dependencies": {
"@oclif/core": "^4.0.37",
"@salesforce/core": "^8.8.0",
Expand Down

0 comments on commit 8b4965c

Please sign in to comment.