From b57a5d2d175fdd8c7d3ecf3e3c47d32c0afa4a1d Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 30 Jun 2022 13:00:48 -0300 Subject: [PATCH] Another test for coveralls issue - Fixed pytest call --- .github/workflows/pythonapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index be5d85b4..8a95082b 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -49,8 +49,8 @@ jobs: python3-coverage erase # Create the caches with macros python3-coverage run -a src/kibot --help-outputs > /dev/null - pytest-3 --test_dir output -k test test_ibom_parse_fail - # pytest-3 --log-cli-level debug -k "test_misc" --test_dir output + # pytest-3 --test_dir output + pytest-3 --log-cli-level debug -k "test_ibom_parse_fail" --test_dir output python3-coverage report python3-coverage html -d output/htmlcov - name: Store results