Builds artifacts

This commit is contained in:
Michael 2020-06-20 12:42:11 -05:00
parent e913ed7f4d
commit 6598cdc323

View File

@ -20,15 +20,16 @@ jobs:
mkdir -p test-results/
coverage run --source=dj_rest_auth setup.py test
coverage report
coverage html
name: Test
- run:
command: COVERALLS_REPO_TOKEN=Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3 coveralls
name: Coverage
- run:
- command: python3 setup.py sdist
- store_test_results:
path: test-results/
- store_artifacts:
path: htmlcov/
path: dist/
test-django-2:
<<: *template
environment: