Don't include pyenv libs in coverage

main
Thu Trang Pham 2021-02-09 17:10:05 -08:00
parent fa59f88ac4
commit d334ec630f
3 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,7 @@ run:
./tests/manage.py runserver
test:
coverage run --branch -m pytest
coverage run --source admin_confirm --branch -m pytest
coverage html
coverage-badge -f -o coverage.svg

View File

@ -160,6 +160,11 @@ tox
Testing new changes on test project:
```
pip install -e .
make run
```
## 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.

View File

@ -9,13 +9,13 @@
</mask>
<g mask="url(#a)">
<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"/>
</g>
<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="14">coverage</text>
<text x="80" y="15" fill="#010101" fill-opacity=".3">42%</text>
<text x="80" y="14">42%</text>
<text x="80" y="15" fill="#010101" fill-opacity=".3">100%</text>
<text x="80" y="14">100%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 904 B

After

Width:  |  Height:  |  Size: 903 B