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

pfalcon / micropython / 871
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: pfalcon
DEFAULT BRANCH: master
Ran 02 May 2017 12:34PM UTC
Jobs 1
Files 222
Run time 11s
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
871

push

travis-ci

pfalcon
py/modio: Implement uio.resource_stream(package, resource_path).

The with semantics of this function is close to
pkg_resources.resource_stream() function from setuptools, which
is the canonical way to access non-source files belonging to a package
(resources), regardless of what medium the package uses (e.g. individual
source files vs zip archive). In the case of MicroPython, this function
allows to access resources which are frozen into the executable, besides
accessing resources in the file system.

This is initial stage of the implementation, which actually doesn't
implement "package" part of the semantics, just accesses frozen resources
from "root", or filesystem resource - from current dir.

17258 of 17620 relevant lines covered (97.95%)

323070.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 871.1 02 May 2017 12:34PM UTC 0
97.95
Travis Job 871.1
Source Files on build 871
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #871
  • 804acd95 on github
  • Prev Build on resource_stream1 (#870)
  • Next Build on resource_stream1 (#872)
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