No known key found for this signature in database
GPG Key ID: 72F9D1A7272D53DD
1 changed files with
3 additions and
1 deletions
-
.github/workflows/unit-tests.yml
|
|
@@ -17,6 +17,8 @@ jobs: |
|
|
|
pip install --upgrade pip pipenv |
|
|
|
pipenv sync -d |
|
|
|
- name: Unit tests |
|
|
|
env: |
|
|
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |
|
|
|
run: | |
|
|
|
pipenv run python -m coverage run -m unittest test |
|
|
|
pipenv run codecov --token=${{ secrets.CODECOV_TOKEN }} |
|
|
|
pipenv run codecov --token=$CODECOV_TOKEN |