Ver a proveniência
ci: remove useless Unit tests step
Unit tests are already run by the Code coverage step (renamed to Unit
tests)
tags/v0.5.0
ascendente
cometimento
abbbc48043
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: BC6F3C345B7D33B0
1 ficheiros alterados com
0 adições e
3 eliminações
-
.github/workflows/pythonapp.yml
|
|
@@ -17,9 +17,6 @@ jobs: |
|
|
|
pip install --upgrade pip pipenv |
|
|
|
pipenv sync -d |
|
|
|
- name: Unit tests |
|
|
|
run: | |
|
|
|
pipenv run python -m unittest -v test |
|
|
|
- name: Code coverage |
|
|
|
run: | |
|
|
|
pipenv run python -m coverage run -m unittest test |
|
|
|
pipenv run codecov --token=${{ secrets.CODECOV_TOKEN }} |
|
|
|