mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Builds artifacts
This commit is contained in:
parent
e913ed7f4d
commit
6598cdc323
|
@ -20,15 +20,16 @@ jobs:
|
||||||
mkdir -p test-results/
|
mkdir -p test-results/
|
||||||
coverage run --source=dj_rest_auth setup.py test
|
coverage run --source=dj_rest_auth setup.py test
|
||||||
coverage report
|
coverage report
|
||||||
coverage html
|
|
||||||
name: Test
|
name: Test
|
||||||
- run:
|
- run:
|
||||||
command: COVERALLS_REPO_TOKEN=Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3 coveralls
|
command: COVERALLS_REPO_TOKEN=Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3 coveralls
|
||||||
name: Coverage
|
name: Coverage
|
||||||
|
- run:
|
||||||
|
- command: python3 setup.py sdist
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: test-results/
|
path: test-results/
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: htmlcov/
|
path: dist/
|
||||||
test-django-2:
|
test-django-2:
|
||||||
<<: *template
|
<<: *template
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user