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

micropython / micropython / 11841 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2019 01:36AM UTC
Files 266
Run time 13s
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

06 Nov 2019 01:16AM UTC coverage: 97.992% (-0.05%) from 98.037%
NAME="unix coverage build and tests"

push

travis-ci

dpgeorge
esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems.

This commit adds support for littlefs (v2) on all esp32 boards.

The original FAT filesystem still works and any board with a preexisting
FAT filesystem will still work as normal.  It's possible to switch to
littlefs by reformatting the block device using:

    import uos, flashbdev
    uos.VfsLfs2.mkfs(flashbdev.bdev)

Then when the board reboots (soft or hard) the new littlefs filesystem will
be mounted.  It's possible to switch back to a FAT filesystem by formatting
with uos.VfsFat.mkfs(flashbdev.bdev).

18784 of 19169 relevant lines covered (97.99%)

345723.53 hits per line

Source Files on job 11841.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 32
  • Source Changed 1
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11519
  • Travis Job 11841.3
  • 4be316fb on github
  • Prev Job for NAME="unix coverage build and tests" on master (#11838.3)
  • Next Job for NAME="unix coverage build and tests" on master (#11847.3)
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