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

netceteragroup / girders-elements / 273
83%

Build:
DEFAULT BRANCH: master
Ran 17 Jan 2018 03:45PM UTC
Jobs 1
Files 69
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
273

push

travis-ci

web-flow
feat(core): Enhance Improvements: pattern-based results as options and read-independent enhancers support (#92)

feat(core): Enhance Improvements: pattern-based results as options and read-independent enhancers support (#92)

Add support for allowing **_editCond-style_ patterns** as a return value for enhancers. With this, we will run those updates in an optimized way.

Add support for **read-independent enhancers**. These enhancers are not connected with a certain kind, but are executed in parallel with the read.

With the above changes, the enhance API now is the following:
```javascript
// registration (read-dependent)
enhance.register(kind, enhancer)

// enhancer signature (read-dependent)
enhancer :: async (el, context) => (el => el) || [[pattern, el => el], ...]

// registration (read-independent)
enhance.register(enhancer)

// enhancer signature (read-independent)
enhancer :: async context => (el => el) || [[pattern, el => el], ...]
```

Bonus: enrichers tree-walk is not done when there are no registered enrichers.

333 of 493 branches covered (67.55%)

832 of 1002 relevant lines covered (83.03%)

45.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 273.1 17 Jan 2018 03:45PM UTC 0
83.03
Travis Job 273.1
Source Files on build 273
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #273
  • 14e4bb23 on github
  • Prev Build on master (#268)
  • Next Build on master (#274)
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

© 2025 Coveralls, Inc