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

pfalcon / micropython / 1403 / 3
97%
master: 98%

Build:
Build:
LAST BUILD BRANCH: pfalcon
DEFAULT BRANCH: master
Ran 20 Oct 2018 02:52PM UTC
Files 238
Run time 10s
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 Oct 2018 02:47PM UTC coverage: 97.959% (-0.01%) from 97.973%
NAME="unix coverage build and tests"

push

travis-ci

pfalcon
py: Implement support for OrderedDict literals.

The syntax of OrderedDict({...}) is now treated by the compiler as means
to define literal OrderedDict object. This means that creation of such an
OrderedDict is as efficient as a similar dict object - instead of dict
being created first, then passed to OrderedDict constructor, which will
make copy of it (so initially created dict was allocated uselessly and
now needs to be garbage-collected).

Caveats:

* There's not check for "from ucollections import OrderedDict" (this is
  similar to other cases of optimizations like this).
* Debugging statements are left just in case.
* OrderedDict() (no args) still goes to constructor (minor).

18383 of 18766 relevant lines covered (97.96%)

322085.66 hits per line

Source Files on job 1403.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 61
  • Source Changed 9
  • Coverage Changed 61
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1380
  • Travis Job 1403.3
  • 019013a1 on github
  • Prev Job for NAME="unix coverage build and tests" on pfalcon (#1402.3)
  • Next Job for NAME="unix coverage build and tests" on pfalcon (#1404.3)
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