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

NZOI / nztrain / 926 / 1
38%
master: 38%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2020 05:22AM UTC
Files 153
Run time 9s
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 05:17AM UTC coverage: 33.139%. Remained the same
2.3.8

push

travis-ci

web-flow
Add PyPy for Python 3.6 to "Other" language options (#104)

PyPy is an alternative implementation of Python that is expected to be
faster than CPython (the standard implementation) when judging Python
submissions.

There are no plans to remove CPython in the near future, because PyPy
is often a few versions behind CPython and there are small
compatibility issues. The biggest one is probably that CPython has an
optimisation that can make repeated string concatenation run in O(n)
time, while in PyPy it is always O(n^2).[1] But note that PEP 8
recommends not to rely on this optimisation.[2]

[1] https://pypy.readthedocs.io/en/latest/cpython_differences.html#performance-differences
[2] https://www.python.org/dev/peps/pep-0008/#programming-recommendations

2325 of 7016 relevant lines covered (33.14%)

4.8 hits per line

Source Files on job 926.1 (2.3.8)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 634
  • Travis Job 926.1
  • 843d01e5 on github
  • Prev Job for 2.3.8 on master (#911.1)
  • Next Job for 2.3.8 on master (#977.1)
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