mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
- 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
9 lines
148 B
INI
9 lines
148 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[coverage:run]
|
|
source = .
|
|
include = configurations/*,tests/*
|
|
branch = 1
|
|
[coverage:report]
|
|
include = configurations/*,tests/*
|