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

pfalcon / micropython / 1295
98%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2018 07:13PM UTC
Jobs 1
Files 236
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

pending completion
1295

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

Jobs
ID Job ID Ran Files Coverage
3 1295.3 (NAME="unix coverage build and tests") 05 Aug 2018 07:13PM UTC 0
98.06
Travis Job 1295.3
Source Files on build 1295
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1295
  • 3bef7bd7 on github
  • Prev Build on master (#1291)
  • Next Build on master (#1306)
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