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

pfalcon / micropython / 1295 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2018 07:13PM UTC
Files 236
Run time 11s
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

04 Aug 2018 12:41PM UTC coverage: 98.058% (+0.001%) from 98.057%
NAME="unix coverage build and tests"

push

travis-ci

dpgeorge
py/emitnative: Fix native locals stack to start at correct location.

A native function allocates space on its C stack for mp_code_state_t,
followed by its Python stack, then its locals.  This patch makes sure that
the native function actually starts at the start of its Python stack,
rather than at the start of mp_code_state_t (which didn't lead to any
issues so far because the mp_code_state_t is unused after the native
function sets itself up).

17971 of 18327 relevant lines covered (98.06%)

332892.63 hits per line

Source Files on job 1295.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 64
  • Source Changed 8
  • Coverage Changed 61
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1275
  • Travis Job 1295.3
  • 3bef7bd7 on github
  • Prev Job for NAME="unix coverage build and tests" on master (#1291.3)
  • Next Job for NAME="unix coverage build and tests" on master (#1306.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