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

mgedmin / check-manifest / 92 / 5
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 02 Feb 2014 03:36PM UTC
Files 1
Run time –
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

02 Feb 2014 03:31PM UTC coverage: 100.0%. Remained the same
92.5

push

travis-ci

mgedmin
Change the method of detecting if we're creating a new file

Fixes tests on Windows where open('existing-nonempty-file', 'a').tell()
returns 0.  Seriously.

    >>> f = open('newfile.txt', 'a')
    >>> f.tell()
    0
    >>> f.write('hello\n')
    >>> f.tell()
    6
    >>> f.close()
    >>> f = open('newfile.txt', 'a')
    >>> f.tell()
    0                                 # <--- wtf?
    >>> f.write('\n')
    >>> f.tell()
    7

336 of 336 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 92.5
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 92
  • Travis Job 92.5
  • 39b1a2b1 on github
  • Prev Job for on master (#91.5)
  • Next Job for on master (#95.4)
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