• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sebnitu / vrembem / 20729106766
94%
main: 100%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 05 Jan 2026 09:06PM UTC
Jobs 1
Files 63
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Jan 2026 09:04PM UTC coverage: 94.01% (-0.1%) from 94.132%
20729106766

push

github

web-flow
General core refactors and idiomatic improvements  (#2606)

This PR introduces a number of core refactors and idiomatic changes to help improve the API of core modules and helpers. Below are the changes made:

**Module**

- `PluginArray`: Refactored to no longer extend the Array class. Instead, it now uses a private array to better control the exposed methods when mutating the array.
- `PluginArray`: Now calls the `setup` and `teardown` methods when a plugin is added and removed respectively.
- Module: `PluginArray` plugins can now be passed a custom name via options argument. This can be used to register the same plugin multiple times for different purposes and configurations.
- Module: `PluginArray` new `length` property has been added.
- Module: `PluginArray` get will now return the entire plugins array when the `"*"` argument is passed.
- Module: `StackArray` has been refactored to no longer extend the Array class. 
- Module: `StackArray` new `length` property has been added. 
- Module: `StackArray` new `get` method has been added. 

**Plugins**

- `cssConfig`: Added the `updateEvent` option to allow modifying the event name that triggers an update.

**Helpers**

- `cssVar`: No longer returns an error if a property isn't found and fallback not provided. Function will now always return a string.
- `getCustomProps`: Now uses the keys of `entry.parent.config` instead of a `customProps` array of props.
- `getPrefix`: Now takes an optional delimiter argument.

**Sass Modules**

- `css`: Removed the need to manually provide `"-"` delimiter in CSS custom property prefix. Delimiter is now added automatically if a variable prefix has been defined.
- `theme`: Removed the need to manually provide `"-"` delimiter from theme prefix.
- `theme`: Added the `theme.class` function to output a theme class which automatically applies the prefix and delimiter if a prefix is set.

**Components**

- `Modal`, `Drawer`, `Popover`: Deprecated the use of `customProps` confi... (continued)

566 of 617 branches covered (91.73%)

Branch coverage included in aggregate %.

43 of 49 new or added lines in 12 files covered. (87.76%)

925 of 969 relevant lines covered (95.46%)

29.99 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
86.84
-2.05% packages/core/src/js/modules/StackArray.ts
1
89.36
-3.66% packages/popover/src/js/open.ts
2
0.0
0.0% packages/core/src/js/helpers/getCustomProps.ts
2
8.33
0.0% packages/core/src/js/plugins/cssConfig.ts
Jobs
ID Job ID Ran Files Coverage
1 20729106766.1 05 Jan 2026 09:06PM UTC 63
94.01
GitHub Action Run
Source Files on build 20729106766
  • Tree
  • List 63
  • Changed 16
  • Source Changed 16
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20729106766
  • 5e3c0c85 on github
  • Prev Build on next (#20653091116)
  • Next Build on next (#20872871346)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc