Update pytest.yml

pull/6/head
Jacob Torrey 2023-05-11 15:37:07 -06:00
rodzic d4d0abe5f8
commit affd9ebdf6
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -35,7 +35,6 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
continue-on-error: true
#continue-on-error: true
run: |
pytest --junitxml=junit.xml
genbadge tests -i junit.xml -o badge.svg
pytest --junitxml=junit.xml || genbadge tests -i junit.xml -t 75 -o badge.svg