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

micropython / micropython / 12563
98%

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2020 02:42AM UTC
Jobs 1
Files 270
Run time 25s
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
12563

push

travis-ci

Damien George
windows: Improve default search path.

The default value for MICROPYPATH used in unix/main.c is
"~/.micropython/lib:/usr/lib/micropython" which has 2 problems when used in
the Windows port:
- it has a ':' as path separator but the port uses ';' so the entire string
  is effectively discarded since it gets interpreted as a single path which
  doesn't exist
- /usr/lib/micropython is not a valid path in a standard Windows
  environment

Override the value with a suitable default.

16436 of 16753 relevant lines covered (98.11%)

412778.26 hits per line

Jobs
ID Job ID Ran Files Coverage
3 12563.3 (NAME="unix coverage build and tests") 11 Feb 2020 02:42AM UTC 0
98.11
Travis Job 12563.3
Source Files on build 12563
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12563
  • 5f91933e on github
  • Prev Build on master (#12557)
  • Next Build on master (#12564)
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