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

netceteragroup / girders-elements / 251
83%

Build:
DEFAULT BRANCH: master
Ran 21 Dec 2017 02:09PM UTC
Jobs 1
Files 65
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
251

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%)

1 of 1 new or added line in 1 file covered. (100.0%)

760 of 916 relevant lines covered (82.97%)

41.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 251.1 21 Dec 2017 02:09PM UTC 0
82.97
Travis Job 251.1
Source Files on build 251
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #251
  • a06893a1 on github
  • Prev Build on master (#247)
  • Next Build on master (#255)
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