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

netceteragroup / girders-elements / 136
83%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2017 02:23PM UTC
Jobs 1
Files 42
Run time 3s
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
136

push

travis-ci

web-flow
feat(core): Zippers support @@girders-elements/children (#57, #51)

An element can include a property  `@@girders-elements/children` which denotes *which of it's properties contain children elements*. 

This is an optional property, and can contain:
- a *string* denoting a single property name, (e.g. `'@@girders-elements/children': 'children'`) 
- an *array of strings* denoting which properties contain child elements

*A property containing child elements* can either:
- contain a single element 
- contain an array of elements 

E.g.

```javascript
{
   kind: ['container', 'two-column'],
  '@@girders-elements/children': ['main', 'aside'],

  main: [
    { 
       kind: 'tile',
       content: [ ],
    },
    // ...
  ],
  aside: {
    kind: 'weather',
    content: [],
  }
}
```

This feature enhances the `zip.elementZipper`

188 of 252 branches covered (74.6%)

30 of 30 new or added lines in 2 files covered. (100.0%)

341 of 417 relevant lines covered (81.77%)

41.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 136.1 18 Aug 2017 02:23PM UTC 0
81.77
Travis Job 136.1
Source Files on build 136
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #136
  • 39f00e7d on github
  • Prev Build on master (#133)
  • Next Build on master (#137)
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