Giter Site home page Giter Site logo

cobertura-clover-transform's People

Contributors

aldanor avatar andrewwalker avatar cwacek avatar fizyk avatar joscha avatar tsouvarev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cobertura-clover-transform's Issues

python -m cobertura_clover_transform.converter ... fails

python -m cobertura_clover_transform.converter <xml_file>
fails with:
Error while finding spec for 'cobertura_clover_transform.converter' (<class 'ImportError'>: No module named 'converter')

The line "from converter import convert" in cobertura_clover_transform__init__.py causes running as a module to break. Removing it fixes the problem.

str/bytes bug on Python3

$ python -V
Python 3.5.2+

$ cobertura-clover-transform cobertura.xml
b'<coverage generated ....snip...>\n'

So the problem is that on Python3 the xml document (which is a bytes) object is passed to print and comes out in repr form.

Support of Python3?

As I can see current version in PyPi isn't compatible with Python3.
Am I right? Do you have plans to support Python3?

ImportError: No module named cobertura_clover_transform.converter`

I've installed it and now I get this error:

$ cobertura-clover-transform /Users/htribus/bamboo-agent-home/xml-data/build-dir/STIOS-CON-JOB1/target/reports/coverage/cobertura.xml Traceback (most recent call last): File "/usr/local/bin/cobertura-clover-transform", line 9, in <module> load_entry_point('cobertura-clover-transform==1.1.4.post1', 'console_scripts', 'cobertura-clover-transform')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point return ep.load() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2108, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) ImportError: No module named cobertura_clover_transform.converter

Have you seen that already?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.