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": {