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

micropython / micropython / 10092 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2019 12:15AM UTC
Files 242
Run time 10s
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

27 Jan 2019 12:08AM UTC coverage: 98.0%. Remained the same
NAME="unix coverage build and tests"

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

Source Files on job 10092.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 39
  • Source Changed 3
  • Coverage Changed 39
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9844
  • Travis Job 10092.3
  • e33bc597 on github
  • Prev Job for NAME="unix coverage build and tests" on master (#10091.3)
  • Next Job for NAME="unix coverage build and tests" on master (#10094.3)
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