From 60c160c31ed84932f5587e0a3f4f1a516a68168d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:49:21 +0000 Subject: [PATCH] New version release --- .changeset/coverage-api.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/coverage-api.md diff --git a/.changeset/coverage-api.md b/.changeset/coverage-api.md deleted file mode 100644 index 9866b5b..0000000 --- a/.changeset/coverage-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smooai/testing': minor ---- - -SMOODEV-2721: coverage API — `reportCoverage()`, `listCoverage()` (incl. `latest=true` per-scope baseline), exported `parseLcov()` (LF/LH with DA-fallback), and the high-level `reportCoverageFromLcov(path, { scope, branch, commitSha })` that parses an lcov.info and uploads totals + per-file counters (per-file dropped above the API's 5000-file cap). diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe3cc3..d701056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @smooai/testing +## 1.4.0 + +### Minor Changes + +- ee980b1: SMOODEV-2721: coverage API — `reportCoverage()`, `listCoverage()` (incl. `latest=true` per-scope baseline), exported `parseLcov()` (LF/LH with DA-fallback), and the high-level `reportCoverageFromLcov(path, { scope, branch, commitSha })` that parses an lcov.info and uploads totals + per-file counters (per-file dropped above the API's 5000-file cap). + ## 1.3.1 ### Patch Changes diff --git a/package.json b/package.json index 1e9f49e..1005e7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/testing", - "version": "1.3.1", + "version": "1.4.0", "description": "Smoo AI Testing SDK — CLI and library for interacting with the Smoo AI Testing API. Report test results, manage test runs, cases, environments, and deployments.", "homepage": "https://github.com/SmooAI/testing#readme", "bugs": {