django-configurations/setup.cfg
Daniel Hahler ee43a1d872 coverage: improve config / conditionals
- move config to setup.cfg, add report-include
- Travis: codecov: skip fixes, generate and pass coverage.xml
- only do coverage for py jobs, fix -X for codecov

Closes https://github.com/jazzband/django-configurations/pull/194
2018-07-11 17:40:58 +02:00

9 lines
148 B
INI

[wheel]
universal = 1
[coverage:run]
source = .
include = configurations/*,tests/*
branch = 1
[coverage:report]
include = configurations/*,tests/*