Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

refactor!: drop wrapRunsToWidth and rotatePointAboutCenter from the p… #56

refactor!: drop wrapRunsToWidth and rotatePointAboutCenter from the p…

refactor!: drop wrapRunsToWidth and rotatePointAboutCenter from the p… #56

Triggered via push August 5, 2026 13:49
Status Failure
Total duration 51s
Artifacts

ci.yml

on: push
Release
Release
Notify downstream repositories
Notify downstream repositories
Publish alias to GitHub Packages
Publish alias to GitHub Packages
Attest SBOM and build provenance
Attest SBOM and build provenance
Matrix: publish-aliases
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Smoke test
Process completed with exit code 1.
[smoke] test/smoke.test.mjs > dist/ exports are present in both builds > rotatePointAboutCenter is a function: test/smoke.test.mjs#L51
AssertionError: expected 'undefined' to be 'function' // Object.is equality Expected: "function" Received: "undefined" ❯ test/smoke.test.mjs:51:32
[smoke] test/smoke.test.mjs > dist/ exports are present in both builds > wrapRunsToWidth is a function: test/smoke.test.mjs#L51
AssertionError: expected 'undefined' to be 'function' // Object.is equality Expected: "function" Received: "undefined" ❯ test/smoke.test.mjs:51:32
Test
Coverage upload failed: Coverage upload failed (HTTP 403): Code quality is not enabled for this repository. Enable code quality in your repository settings.. To treat upload errors as warnings, add 'fail-on-error: false' to the action inputs. See https://docs.github.com/en/code-security/how-tos/maintain-quality-code/set-up-code-coverage for more information.