From ce45a2c03072b90cf11d2a239ddb77df1c596381 Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Mon, 6 Mar 2023 14:22:14 +0100 Subject: [PATCH] add -vv to pytest command in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 234d32c..bd6e80a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Run pytest run: | cd misinformation - python -m pytest -s -m "not gcv" --cov=. --cov-report=xml + python -m pytest -vv -s -m "not gcv" --cov=. --cov-report=xml - name: Upload coverage if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9' uses: codecov/codecov-action@v3