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

micropython / micropython / 13723
98%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2020 12:28PM UTC
Jobs 1
Files 274
Run time 50s
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
13723

push

travis-ci-com

dpgeorge
py/objtype: Use mp_obj_dict_copy() for creating obj.__dict__ attribute.

The resulting dict is now marked as read-only (is_fixed=1) to enforce the
fact that changes to this dict will not be reflected in the class instance.

This commit reduces code size by about 20 bytes, and should be more
efficient because it creates a direct copy of the dict rather than
reinserting all elements.

19419 of 19812 relevant lines covered (98.02%)

426575.14 hits per line

Jobs
ID Job ID Ran Files Coverage
5 13723.5 (MAKEOPTS="-j4") 10 Jun 2020 12:28PM UTC 0
98.02
Travis Job 13723.5
Source Files on build 13723
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #13723
  • 95cbe6b6 on github
  • Prev Build on master (#13712)
  • Next Build on master (#13725)
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