Sfoglia il codice sorgente

ci: remove useless Unit tests step

Unit tests are already run by the Code coverage step (renamed to Unit
tests)
tags/v0.5.0
Jérôme Deuchnord 5 anni fa
parent
commit
abbbc48043
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: BC6F3C345B7D33B0
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. +0
    -3
      .github/workflows/pythonapp.yml

+ 0
- 3
.github/workflows/pythonapp.yml Vedi File

@@ -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 }}


Caricamento…
Annulla
Salva