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

micropython / micropython / 13297 / 5
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2020 01:06AM UTC
Files 274
Run time 18s
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

20 Apr 2020 12:32AM UTC coverage: 97.979%. Remained the same
MAKEOPTS="-j4" NAME="unix coverage build and tests"

push

travis-ci-com

dpgeorge
py/makecompresseddata.py: Make compression deterministic.

Error string compression is not deterministic in certain cases: it depends
on the Python version (whether dicts are ordered by default or not) and
probably also the order files are passed to this script, leading to a
difference in which words are included in the top 128 most common.

The changes in this commit use OrderedDict to keep parsed lines in a known
order, and, when computing how many bytes are saved by a given word, it
uses the word itself to break ties (which would otherwise be "random").

19388 of 19788 relevant lines covered (97.98%)

422469.8 hits per line

Source Files on job 13297.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 12899
  • Travis Job 13297.5
  • 388d419b on github
  • Prev Job for MAKEOPTS="-j4" NAME="unix coverage build and tests" on master (#13276.5)
  • Next Job for MAKEOPTS="-j4" NAME="unix coverage build and tests" on master (#13318.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