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

mgedmin / irclog2html / 97
100%

Build:
DEFAULT BRANCH: master
Ran 25 Sep 2016 08:08AM UTC
Jobs 6
Files 6
Run time 1min
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
97

Pull #16

travis-ci

web-flow
Refactoring: don't let destructors run amok

Users of various style classes had to take extreme care not to let the
style instance be garbage collected, because that would close the
underlying stream buffer (which destroys the data of a BytesIO()).

There's a way to avoid all that cumbersome and non-intuitive dance: call
TextIOWrapper.detach() so that the TextIOWrapper won't close the
underlying buffer in its __del__.
Pull Request #16: Experiment: render HTML logs dynamically

39 of 39 new or added lines in 4 files covered. (100.0%)

773 of 779 relevant lines covered (99.23%)

5.91 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
6
100.0
src/irclog2html/irclogserver.py
Jobs
ID Job ID Ran Files Coverage
1 97.1 25 Sep 2016 08:08AM UTC 0
99.1
Travis Job 97.1
2 97.2 25 Sep 2016 08:09AM UTC 0
98.07
Travis Job 97.2
3 97.3 25 Sep 2016 08:08AM UTC 0
98.07
Travis Job 97.3
4 97.4 25 Sep 2016 08:09AM UTC 0
98.07
Travis Job 97.4
5 97.5 25 Sep 2016 08:09AM UTC 0
99.1
Travis Job 97.5
6 97.6 25 Sep 2016 08:10AM UTC 0
98.07
Travis Job 97.6
Source Files on build 97
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #97
  • Pull Request #16
  • PR Base - master (#94)
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