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

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

Build:
DEFAULT BRANCH: master
Ran 04 Feb 2014 12:35PM 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

04 Feb 2014 12:31PM UTC coverage: 100.0%. Remained the same
100.5

push

travis-ci

mgedmin
Handle os.unlink() in our rmtree()

Did you know what on Python 3.3 on Windows os.remove() and os.unlink()
are distinct functions?

    Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:18:40) [MSC v.1600 32 bit (Intel)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    Module readline not available.
    >>> import os
    >>> os.remove
    <built-in function remove>
    >>> os.unlink
    <built-in function unlink>
    >>> os.remove is os.unlink
    False

340 of 340 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 100.5
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 100
  • Travis Job 100.5
  • e3ff3313 on github
  • Prev Job for on master (#99.3)
  • Next Job for on master (#101.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