From 2462b22673e5c0b9d3cbf508f8656e9b39156f33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 13:43:51 +0000 Subject: [PATCH] chore(main): release 2.20.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 662d74e..a7641bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.20.0](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.19.2...v2.20.0) (2026-05-29) + + +### Features + +* add --min-coverage and --max-annotations flags ([#294](https://github.com/mcarvin8/apex-code-coverage-transformer/issues/294)) ([0eb4de9](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/0eb4de91165471160062e673eac368fac3351a35)) + + +### Bug Fixes + +* cap GitHub Actions annotations at 50 with overflow notice ([#293](https://github.com/mcarvin8/apex-code-coverage-transformer/issues/293)) ([ad3bdff](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/ad3bdffb79c5271dfa32d24814dcb0c1005b9930)) +* guard against NaN line-rate in Cobertura when no lines tracked ([#292](https://github.com/mcarvin8/apex-code-coverage-transformer/issues/292)) ([f44d69d](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/f44d69d106835ce3c438fd12a5101715247a9974)) +* warn and deduplicate on same-named Apex files across packages ([#290](https://github.com/mcarvin8/apex-code-coverage-transformer/issues/290)) ([be00604](https://github.com/mcarvin8/apex-code-coverage-transformer/commit/be00604859e1dfffae6e4bda2ad0b82f89ff5dfb)) + ## [2.19.2](https://github.com/mcarvin8/apex-code-coverage-transformer/compare/v2.19.1...v2.19.2) (2026-05-26) diff --git a/package-lock.json b/package-lock.json index 03200dd..a02089b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apex-code-coverage-transformer", - "version": "2.19.2", + "version": "2.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apex-code-coverage-transformer", - "version": "2.19.2", + "version": "2.20.0", "license": "MIT", "dependencies": { "@oclif/core": "4.8.3", diff --git a/package.json b/package.json index 7aa68c9..5d7aef7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apex-code-coverage-transformer", "description": "Transform Salesforce Apex code coverage JSONs into other formats accepted by SonarQube, GitHub, GitLab, Azure, Bitbucket, etc.", - "version": "2.19.2", + "version": "2.20.0", "dependencies": { "@oclif/core": "4.8.3", "@salesforce/core": "8.26.3",