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

micropython / micropython / 14378
98%

Build:
DEFAULT BRANCH: master
Ran 23 Sep 2020 06:58AM UTC
Jobs 1
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

pending completion
14378

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>

1 of 1 new or added line in 1 file covered. (100.0%)

19502 of 19897 relevant lines covered (98.01%)

433110.12 hits per line

Jobs
ID Job ID Ran Files Coverage
6 14378.6 (MAKEOPTS="-j4") 23 Sep 2020 06:58AM UTC 0
98.01
Travis Job 14378.6
Source Files on build 14378
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #14378
  • 71adf506 on github
  • Prev Build on master (#14376)
  • Next Build on master (#14381)
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