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

micropython / micropython / 12333
98%

Build:
DEFAULT BRANCH: master
Ran 14 Jan 2020 01:05PM UTC
Jobs 1
Files 268
Run time 16s
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
12333

push

travis-ci

dpgeorge
esp8266/modules: Fix AttributeError in _boot.py if flash not formatted.

Prior to this commit, if the flash filesystem was not formatted then it
would error: "AttributeError: 'FlashBdev' object has no attribute 'mount'".
That is due to it not being able to detect the filesystem on the block
device and just trying to mount the block device directly.

This commit fixes the issue by just catching all exceptions.  Also it's not
needed to try the mount if `flashbdev.bdev` is None.

16363 of 16680 relevant lines covered (98.1%)

409348.9 hits per line

Jobs
ID Job ID Ran Files Coverage
3 12333.3 (NAME="unix coverage build and tests") 14 Jan 2020 01:05PM UTC 0
98.1
Travis Job 12333.3
Source Files on build 12333
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12333
  • c14ff619 on github
  • Prev Build on master (#12332)
  • Next Build on master (#12335)
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