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

sebnitu / vrembem / 11984142704
94%
main: 100%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 23 Nov 2024 04:36AM UTC
Jobs 1
Files 65
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

23 Nov 2024 04:33AM UTC coverage: 100.0%. Remained the same
11984142704

push

github

web-flow
Create the ability to add plugin presets for specific modules (#2125)

With the new plugin system, there are some common configurations that are almost always applied depending on the module. For example, a drawer using `propStore` will most likely have this configuration:

```js
{
    prop: "inlineState",
    value: ({ entry }) => entry.store,
    condition: ({ entry }) => ["opened", "closed", "indeterminate"].includes(entry.state),
    onChange: ({ entry }) => entry.applyState()
}
```

This will set a prop watch on `inlineState` and store the state in local storage if a valid state is set. This PR adds these common configurations as module presets and a establishes a system for defining presets based on the module using the plugin.

691 of 691 branches covered (100.0%)

Branch coverage included in aggregate %.

110 of 110 new or added lines in 8 files covered. (100.0%)

2589 of 2589 relevant lines covered (100.0%)

141.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11984142704.1 23 Nov 2024 04:36AM UTC 0
100.0
GitHub Action Run
Source Files on build 11984142704
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11984142704
  • 260ae787 on github
  • Prev Build on next (#11967710728)
  • Next Build on next (#12000855875)
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