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

mgedmin / check-manifest / 92
100%

Build:
DEFAULT BRANCH: master
Ran 02 Feb 2014 03:34PM UTC
Jobs 5
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

pending completion
92

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%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 92.1 02 Feb 2014 03:34PM UTC 0
100.0
Travis Job 92.1
2 92.2 02 Feb 2014 03:34PM UTC 0
100.0
Travis Job 92.2
3 92.3 02 Feb 2014 03:35PM UTC 0
100.0
Travis Job 92.3
4 92.4 02 Feb 2014 03:34PM UTC 0
100.0
Travis Job 92.4
5 92.5 02 Feb 2014 03:36PM UTC 0
100.0
Travis Job 92.5
Source Files on build 92
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #92
  • 39b1a2b1 on github
  • Prev Build on master (#91)
  • Next Build on master (#95)
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