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

micropython / micropython / 11819
98%

Build:
DEFAULT BRANCH: master
Ran 04 Nov 2019 05:37AM UTC
Jobs 1
Files 266
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
11819

push

travis-ci

dpgeorge
py/modsys: Report .mpy version in sys.implementation.

This commit adds a sys.implementation.mpy entry when the system supports
importing .mpy files.  This entry is a 16-bit integer which encodes two
bytes of information from the header of .mpy files that are supported by
the system being run: the second and third bytes, .mpy version, and flags
and native architecture.  This allows determining the supported .mpy file
dynamically by code, and also for the user to find it out by inspecting
this value.  It's further possible to dynamically detect if the system
supports importing .mpy files by `hasattr(sys.implementation, 'mpy')`.

18779 of 19155 relevant lines covered (98.04%)

346047.91 hits per line

Jobs
ID Job ID Ran Files Coverage
3 11819.3 (NAME="unix coverage build and tests") 04 Nov 2019 05:37AM UTC 0
98.04
Travis Job 11819.3
Source Files on build 11819
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11819
  • 80df377e on github
  • Prev Build on master (#11817)
  • Next Build on master (#11827)
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