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

mgedmin / check-manifest / 109 / 6
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 14 May 2014 04:35PM UTC
Files 1
Run time 2s
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

14 May 2014 04:22PM UTC coverage: 100.0%. Remained the same
109.6

push

travis-ci

mgedmin
Check for files in sdist but not in VCS again (#27)

This check requires that we build an sdist directly in the original
source tree, without making a clean copy.  But we need a clean copy in
order to check MANIFEST.in when setuptools VCS logic (or legacy
SOURCES.txt parsing) kicks in!  To satisfy both requirements we end up
having to build the sdist twice: once in a clean tree, and once in the
original, dirty tree.

The

  missing_from_VCS = set(sdist_files + clean_sdist_files) - set(source_files)

check could probably have been written as

  missing_from_VCS = set(sdist_files) - set(source_files)

because I'm 99.9% sure sdist_files is a superset of clean_sdist_files.
But just in case I'm wrong I thought it's better to be sure.

350 of 350 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 109.6
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 109
  • Travis Job 109.6
  • 5e3e5110 on github
  • Prev Job for on master (#108.6)
  • Next Job for on master (#110.6)
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