|
@@ -17,9 +17,6 @@ jobs: |
|
|
pip install --upgrade pip pipenv |
|
|
pip install --upgrade pip pipenv |
|
|
pipenv sync -d |
|
|
pipenv sync -d |
|
|
- name: Unit tests |
|
|
- name: Unit tests |
|
|
run: | |
|
|
|
|
|
pipenv run python -m unittest -v test |
|
|
|
|
|
- name: Code coverage |
|
|
|
|
|
run: | |
|
|
run: | |
|
|
pipenv run python -m coverage run -m unittest test |
|
|
pipenv run python -m coverage run -m unittest test |
|
|
pipenv run codecov --token=${{ secrets.CODECOV_TOKEN }} |
|
|
pipenv run codecov --token=${{ secrets.CODECOV_TOKEN }} |
|
|