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

micropython / micropython / 14378 / 6
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 23 Sep 2020 06:58AM UTC
Files 277
Run time 1min
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

23 Sep 2020 06:23AM UTC coverage: 98.015%. Remained the same
MAKEOPTS="-j4"

push

travis-ci-com

dpgeorge
extmod/vfs: Fix lookup of entry in root dir so it fails correctly.

Prior to this commit, uos.chdir('/') followed by uos.stat('noexist') would
succeed that stat even though the entry did not exist (some other functions
like listdir would have similar issues).  This is because, if the current
directory was the root and the path was relative, mp_vfs_lookup_path would
return success for bad paths.

Signed-off-by: Damien George <damien@micropython.org>

19502 of 19897 relevant lines covered (98.01%)

433110.12 hits per line

Source Files on job 14378.6 (MAKEOPTS="-j4")
  • Tree
  • List 0
  • Changed 64
  • Source Changed 1
  • Coverage Changed 64
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13931
  • Travis Job 14378.6
  • 71adf506 on github
  • Prev Job for MAKEOPTS="-j4" on master (#14376.6)
  • Next Job for MAKEOPTS="-j4" on master (#14381.6)
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