Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testem-code-coverage",
"version": "0.0.0",
"version": "0.1.0",
"description": "Code coverage middleware for testem",
"keywords": [
"coverage",
Expand Down