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

micropython / micropython / 13297
98%

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

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

Jobs
ID Job ID Ran Files Coverage
5 13297.5 (MAKEOPTS="-j4" NAME="unix coverage build and tests") 20 Apr 2020 01:06AM UTC 0
97.98
Travis Job 13297.5
Source Files on build 13297
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #13297
  • 388d419b on github
  • Prev Build on master (#13276)
  • Next Build on master (#13318)
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