Don't include pyenv libs in coverage
parent
fa59f88ac4
commit
d334ec630f
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ run:
|
||||||
./tests/manage.py runserver
|
./tests/manage.py runserver
|
||||||
|
|
||||||
test:
|
test:
|
||||||
coverage run --branch -m pytest
|
coverage run --source admin_confirm --branch -m pytest
|
||||||
coverage html
|
coverage html
|
||||||
coverage-badge -f -o coverage.svg
|
coverage-badge -f -o coverage.svg
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,11 @@ tox
|
||||||
|
|
||||||
Testing new changes on test project:
|
Testing new changes on test project:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install -e .
|
||||||
|
make run
|
||||||
|
```
|
||||||
|
|
||||||
## Feature List
|
## Feature List
|
||||||
|
|
||||||
This is a list of features which could potentially be added in the future. Some of which might make more sense in their own package.
|
This is a list of features which could potentially be added in the future. Some of which might make more sense in their own package.
|
||||||
|
|
|
||||||
|
|
@ -9,13 +9,13 @@
|
||||||
</mask>
|
</mask>
|
||||||
<g mask="url(#a)">
|
<g mask="url(#a)">
|
||||||
<path fill="#555" d="M0 0h63v20H0z"/>
|
<path fill="#555" d="M0 0h63v20H0z"/>
|
||||||
<path fill="#fe7d37" d="M63 0h36v20H63z"/>
|
<path fill="#4c1" d="M63 0h36v20H63z"/>
|
||||||
<path fill="url(#b)" d="M0 0h99v20H0z"/>
|
<path fill="url(#b)" d="M0 0h99v20H0z"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||||
<text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text>
|
<text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text>
|
||||||
<text x="31.5" y="14">coverage</text>
|
<text x="31.5" y="14">coverage</text>
|
||||||
<text x="80" y="15" fill="#010101" fill-opacity=".3">42%</text>
|
<text x="80" y="15" fill="#010101" fill-opacity=".3">100%</text>
|
||||||
<text x="80" y="14">42%</text>
|
<text x="80" y="14">100%</text>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 904 B After Width: | Height: | Size: 903 B |
Loading…
Reference in New Issue