[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2511: failure to submit coverage to coveralls.io
Tahoe-LAFS
trac at tahoe-lafs.org
Thu Oct 1 00:04:53 UTC 2015
#2511: failure to submit coverage to coveralls.io
---------------------------------------------+-----------------------------
Reporter: daira | Owner:
Type: defect | Status: new
Priority: normal | Milestone: soon
Component: dev-infrastructure | (release n/a)
Keywords: coveralls.io coverage travis-ci | Version: n/a
| Launchpad Bug:
---------------------------------------------+-----------------------------
Submitting coverage from Travis-CI builds currently fails with the
following error:
{{{
$ coveralls
Submitting coverage to coveralls.io...
Traceback (most recent call last):
File "/home/travis/virtualenv/python2.7.9/bin/coveralls", line 11, in
<module>
sys.exit(main())
File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-
packages/coveralls/cli.py", line 49, in main
result = coverallz.wear()
File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-
packages/coveralls/api.py", line 73, in wear
data = self.create_data()
File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-
packages/coveralls/api.py", line 122, in create_data
self._data = {'source_files': self.get_coverage()}
File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-
packages/coveralls/api.py", line 130, in get_coverage
workman._harvest_data()
AttributeError: 'Coverage' object has no attribute '_harvest_data'
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2511>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list