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

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

Build:
DEFAULT BRANCH: master
Ran 21 Dec 2017 02:09PM UTC
Files 65
Run time 2s
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

21 Dec 2017 02:06PM UTC coverage: 82.969% (+0.02%) from 82.951%
251.1

push

travis-ci

web-flow
feat(core): read.perform() (#86)

Exposes a perform method in the read system that allows you to fetch (read) content using the system's current configuration (registered readers, transformers, etc.)

The API is is with a similar signature of a reader:

```javascript
perform :: (uri, opts) => Promise<ReadResponse>
```
The method is available in the running system's read subsystem:

```javascript
const kernel = Kernel.create(...)
const val = await kernel.subsystems.read.perform(uri)
````

Consequently, the method is available via the context param to effects, etc.

301 of 458 branches covered (65.72%)

760 of 916 relevant lines covered (82.97%)

41.9 hits per line

Source Files on job 251.1
  • Tree
  • List 0
  • Changed 23
  • Source Changed 2
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 251
  • Travis Job 251.1
  • a06893a1 on github
  • Prev Job for on master (#247.1)
  • Next Job for on master (#255.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