mosra / magnum-bindings

Bindings of the Magnum C++11 graphics engine into other languages
https://magnum.graphics
Other
19 stars 13 forks source link

Code coverage on AppVeyor #3

Open mosra opened 5 years ago

mosra commented 5 years ago

I don't know. It just insists on putting the __init__.py files where they shouldn't be (there's corrade/__init__.py in the root of the project for no reason). This works flawlessly on Travis, one entry per system in package/ci/codecov.yml is enough there. Even doing a find&replace on the JSON .coverage files doesn't help, the XML always ends up having those relative again.

I don't want to merge this because it makes the coverage report extremely messy. Not that codecov wouldn't be mostly broken anyway tho.

Ugh.