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

micropython / micropython / 12289 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2020 02:33AM UTC
Files 268
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

12 Jan 2020 02:27AM UTC coverage: 98.099%. Remained the same
NAME="unix coverage build and tests"

push

travis-ci

dpgeorge
py/runtime: Move MICROPY_PORT_INIT_FUNC near the end of mp_init().

This moves the MICROPY_PORT_INIT_FUNC hook to the end of mp_init(), just
before MP_THREAD_GIL_ENTER(), so that everything (in particular the GIL
mutex) is intialized before the hook is called.  MICROPY_PORT_DEINIT_FUNC
is also moved to be symmetric (but there is no functional change there).

If a port needs to perform initialisation earlier than
MICROPY_PORT_INIT_FUNC then it can do it before calling mp_init().

16355 of 16672 relevant lines covered (98.1%)

414328.66 hits per line

Source Files on job 12289.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 35
  • Source Changed 1
  • Coverage Changed 35
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11942
  • Travis Job 12289.3
  • 339d0816 on github
  • Prev Job for NAME="unix coverage build and tests" on master (#12288.3)
  • Next Job for NAME="unix coverage build and tests" on master (#12290.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