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

micropython / micropython / 11312
98%

Build:
DEFAULT BRANCH: master
Ran 10 Sep 2019 05:21AM UTC
Jobs 1
Files 246
Run time 28s
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
11312

push

travis-ci

dpgeorge
esp32: Add VFS FAT partition to partitions.csv and mount it as the FS.

This patch uses the newly-added esp32.Partition class to replace the
existing FlashBdev class.  Partition objects implement the block protocol
so can be directly mounted via uos.mount().  This has the following
benefits:

- allows the filesystem partition location and size to be specified in
  partitions.csv, and overridden by a particular board
- very easily allows to have multiple filesystems by simply adding extra
  entries to partitions.csv
- improves efficiency/speed of filesystem operations because the block
  device is implemented fully in C
- opens the possibility to have encrypted flash storage (since Partitions
  can be encrypted)

Note that this patch is fully backwards compatible: existing filesystems
remain untouched and work with this new code.

18435 of 18813 relevant lines covered (97.99%)

368147.33 hits per line

Jobs
ID Job ID Ran Files Coverage
3 11312.3 (NAME="unix coverage build and tests") 10 Sep 2019 05:21AM UTC 0
97.99
Travis Job 11312.3
Source Files on build 11312
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11312
  • 31de4477 on github
  • Prev Build on master (#11309)
  • Next Build on master (#11313)
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