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

micropython / micropython / 13382 / 5
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2020 02:05PM UTC
Files 274
Run time 24s
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

29 Apr 2020 01:45PM UTC coverage: 98.005%. Remained the same
MAKEOPTS="-j4" NAME="unix coverage build and tests"

push

travis-ci-com

dpgeorge
all: Factor gchelper code to one place and use it for unix & ARM ports.

No functionality change is intended with this commit, it just consolidates
the separate implementations of GC helper code to the lib/utils/ directory
as a general set of helper functions useful for any port.  This reduces
duplication of code, and makes it easier for future ports or embedders to
get the GC implementation correct.

Ports should now link against gchelper_native.c and either gchelper_m0.s or
gchelper_m3.s (currently only Cortex-M is supported but other architectures
can follow), or use the fallback gchelper_generic.c which will work on
x86/x64/ARM.

The gc_helper_get_sp function from gchelper_m3.s is not really GC related
and was only used by cc3200, so it has been moved to that port and renamed
to cortex_m3_get_sp.

19404 of 19799 relevant lines covered (98.0%)

419645.53 hits per line

Source Files on job 13382.5 (MAKEOPTS="-j4" NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 51
  • Source Changed 0
  • Coverage Changed 51
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 12976
  • Travis Job 13382.5
  • 71042602 on github
  • Prev Job for MAKEOPTS="-j4" NAME="unix coverage build and tests" on master (#13381.5)
  • Next Job for MAKEOPTS="-j4" NAME="unix coverage build and tests" on master (#13399.5)
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