Sfoglia il codice sorgente

ci: fix Codecov token in unit tests

tags/v0.8.0
Jérôme Deuchnord 4 anni fa
parent
commit
7c6e949627
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 72F9D1A7272D53DD
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      .github/workflows/unit-tests.yml

+ 3
- 1
.github/workflows/unit-tests.yml Vedi File

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

Caricamento…
Annulla
Salva