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

sebnitu / vrembem / 10963734609
94%
main: 100%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 20 Sep 2024 05:34PM UTC
Jobs 1
Files 57
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

20 Sep 2024 05:32PM UTC coverage: 100.0%. Remained the same
10963734609

push

github

web-flow
Remove the option to auto mount on component constructor (#2035)

This PR removes the ability to auto mount components on their constructor calls. Mount now must be run explicitly after a component has been instantiated. This helps manage async operations effectively while keeping the constructor clean and synchronous.

**Migration**

To incorporate this breaking change, ensure that all uses of `autoMount` are removed and `mount` calls are run explicitly.

```js
// Uses of auto mount
const modal = new Modal({ autoMount: true });

// Should be converted to this
const modal = new Modal();
await modal.mount();
```

633 of 633 branches covered (100.0%)

Branch coverage included in aggregate %.

2713 of 2713 relevant lines covered (100.0%)

68.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10963734609.1 20 Sep 2024 05:34PM UTC 0
100.0
GitHub Action Run
Source Files on build 10963734609
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #10963734609
  • e9e5caf3 on github
  • Prev Build on next (#10963478463)
  • Next Build on next (#10974665520)
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