From 8eb3554e6776d3ab6140adcf14cf6416874a3c28 Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Thu, 11 Jul 2024 20:18:26 +0200 Subject: [PATCH] Provide more outputs from tests --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 1a5cceab..774aff4c 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -38,7 +38,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest --cov=microSALT tests + pytest -v --tb=long --cov=microSALT tests - name: Run Coveralls run: | coveralls