ci: add color to pytest

pull/1186/head
Erik Sundell 2022-10-08 15:22:13 +02:00
rodzic b927ebdf13
commit 55f4663329
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -123,7 +123,7 @@ jobs:
- name: "Run tests"
run: |
cd tests
pytest --durations 10 --cov repo2docker -v ${{ matrix.repo_type }}
pytest --verbose --color=yes --durations=10 --cov=repo2docker ./${{ matrix.repo_type }}
- name: "Upload code coverage stats"
run: |