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

hybridsjs / hybrids / 1146
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: fix-store
DEFAULT BRANCH: main
Ran 18 Feb 2021 12:01PM UTC
Jobs 1
Files 20
Run time 4s
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

pending completion
1146

push

travis-ci-com

smalluban
feat(define): content property translates to render factory with Shadow DOM turned off

BREAKING CHANGE: `content` property set as a function must be wrapped to work as before:
```js
const MyElement = {
  // from
  content: () => { ... },
  // to
  content: {
    get: () => { ... },
  },
};
```

925 of 926 branches covered (99.89%)

1197 of 1197 relevant lines covered (100.0%)

133.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1146.1 18 Feb 2021 12:01PM UTC 0
100.0
Travis Job 1146.1
Source Files on build 1146
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1146
  • 90c0f8c4 on github
  • Prev Build on master (#1145)
  • Next Build on master (#1147)
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