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

micropython / micropython / 10092
98%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2019 12:15AM UTC
Jobs 1
Files 242
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
10092

push

travis-ci

Damien George
py: Remove calls to file reader functions when these are disabled.

If MICROPY_PERSISTENT_CODE_LOAD or MICROPY_ENABLE_COMPILER are enabled then
code gets enabled that calls file reading functions which may be disabled
if no readers have been implemented.

To fix this, introduce a MICROPY_HAS_FILE_READER variable, which is
automatically set if MICROPY_READER_POSIX or MICROPY_READER_VFS is set but
can also be manually set if a custom reader is being implemented.  Then
disable the file reading calls if this is not set.

18276 of 18649 relevant lines covered (98.0%)

334345.0 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10092.3 (NAME="unix coverage build and tests") 27 Jan 2019 12:15AM UTC 0
98.0
Travis Job 10092.3
Source Files on build 10092
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10092
  • e33bc597 on github
  • Prev Build on master (#10091)
  • Next Build on master (#10094)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc