mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
This will generate a better coverage.xml file, which makes it easier for
codecov hopefully.
Old:
<sources>
<source>…/Vcs/django-configurations/configurations</source>
<source>…/Vcs/django-configurations/tests</source>
</sources>
<packages>
<package branch-rate="0.7178" complexity="0" line-rate="0.8902" name=".">
New:
<sources>
<source>…/Vcs/django-configurations</source>
</sources>
<packages>
<package branch-rate="0.712" complexity="0" line-rate="0.8126" name="configurations">
Fixes d364802a8a (commitcomment-24826518).
4 lines
63 B
INI
4 lines
63 B
INI
[run]
|
|
source = .
|
|
include = configurations/*,tests/*
|
|
branch = 1
|