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

netceteragroup / girders-elements / 273 / 1
83%
master: 83%

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

17 Jan 2018 03:42PM UTC coverage: 83.034% (-0.6%) from 83.663%
273.1

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

Source Files on job 273.1
  • Tree
  • List 0
  • Changed 17
  • Source Changed 10
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 273
  • Travis Job 273.1
  • 14e4bb23 on github
  • Prev Job for on master (#268.1)
  • Next Job for on master (#274.1)
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