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

micropython / micropython / 12563 / 3
98%
master: 98%

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

11 Feb 2020 02:34AM UTC coverage: 98.108%. Remained the same
NAME="unix coverage build and tests"

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

Source Files on job 12563.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 12206
  • Travis Job 12563.3
  • 5f91933e on github
  • Prev Job for NAME="unix coverage build and tests" on master (#12557.3)
  • Next Job for NAME="unix coverage build and tests" on master (#12564.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