diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..5fc2e73 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,26 @@ +{ + "solution": { + "testem-code-coverage": { + "impact": "minor", + "oldVersion": "0.0.0", + "newVersion": "0.1.0", + "tagName": "latest", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2026-03-16)\n\n* testem-code-coverage 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `testem-code-coverage`\n * [#1](https://github.com/NullVoxPopuli/testem-code-coverage/pull/1) Implementation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#6](https://github.com/NullVoxPopuli/testem-code-coverage/pull/6) Implement `include` option to track coverage of project-resolvable library packages ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :bug: Bug Fix\n* `testem-code-coverage`\n * [#8](https://github.com/NullVoxPopuli/testem-code-coverage/pull/8) Fix intermittent `functions.covered=0` for v2-addon-js counter; fix workspace `include` resolution ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#7](https://github.com/NullVoxPopuli/testem-code-coverage/pull/7) Fix flaky scenario tests: sequential execution + correct coverage assertion ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :house: Internal\n* `testem-code-coverage`\n * [#15](https://github.com/NullVoxPopuli/testem-code-coverage/pull/15) fix ci ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#14](https://github.com/NullVoxPopuli/testem-code-coverage/pull/14) Set package as private in package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#12](https://github.com/NullVoxPopuli/testem-code-coverage/pull/12) Add release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#11](https://github.com/NullVoxPopuli/testem-code-coverage/pull/11) Cleanup ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#10](https://github.com/NullVoxPopuli/testem-code-coverage/pull/10) Claude simplify ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#9](https://github.com/NullVoxPopuli/testem-code-coverage/pull/9) Fix flaky function-coverage assertions that depend on V8 JIT nondeterminism ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#5](https://github.com/NullVoxPopuli/testem-code-coverage/pull/5) Remove stale standalone CLI usage from report.js header comment ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#4](https://github.com/NullVoxPopuli/testem-code-coverage/pull/4) test: move scenario setup into beforeAll to eliminate inter-test dependencies ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 2\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..b7c82df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,30 @@ # Changelog + +## Release (2026-03-16) + +* testem-code-coverage 0.1.0 (minor) + +#### :rocket: Enhancement +* `testem-code-coverage` + * [#1](https://github.com/NullVoxPopuli/testem-code-coverage/pull/1) Implementation ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#6](https://github.com/NullVoxPopuli/testem-code-coverage/pull/6) Implement `include` option to track coverage of project-resolvable library packages ([@Copilot](https://github.com/apps/copilot-swe-agent)) + +#### :bug: Bug Fix +* `testem-code-coverage` + * [#8](https://github.com/NullVoxPopuli/testem-code-coverage/pull/8) Fix intermittent `functions.covered=0` for v2-addon-js counter; fix workspace `include` resolution ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#7](https://github.com/NullVoxPopuli/testem-code-coverage/pull/7) Fix flaky scenario tests: sequential execution + correct coverage assertion ([@Copilot](https://github.com/apps/copilot-swe-agent)) + +#### :house: Internal +* `testem-code-coverage` + * [#15](https://github.com/NullVoxPopuli/testem-code-coverage/pull/15) fix ci ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#14](https://github.com/NullVoxPopuli/testem-code-coverage/pull/14) Set package as private in package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#12](https://github.com/NullVoxPopuli/testem-code-coverage/pull/12) Add release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#11](https://github.com/NullVoxPopuli/testem-code-coverage/pull/11) Cleanup ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#10](https://github.com/NullVoxPopuli/testem-code-coverage/pull/10) Claude simplify ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#9](https://github.com/NullVoxPopuli/testem-code-coverage/pull/9) Fix flaky function-coverage assertions that depend on V8 JIT nondeterminism ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#5](https://github.com/NullVoxPopuli/testem-code-coverage/pull/5) Remove stale standalone CLI usage from report.js header comment ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#4](https://github.com/NullVoxPopuli/testem-code-coverage/pull/4) test: move scenario setup into beforeAll to eliminate inter-test dependencies ([@Copilot](https://github.com/apps/copilot-swe-agent)) + +#### Committers: 2 +- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) diff --git a/package.json b/package.json index 271d86c..a398656 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testem-code-coverage", - "version": "0.0.0", + "version": "0.1.0", "description": "Code coverage middleware for testem", "keywords": [ "coverage",