From 41c57e00da6f0e5e9e64d331ae879343afaeab21 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 9 Jul 2022 16:37:48 -0300 Subject: [PATCH] [Tests] Fixed one -a call to coverage --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 2f24ccf8..674a8549 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -48,7 +48,7 @@ jobs: rm -f tests/.local python3-coverage erase # Create the caches with macros - python3-coverage run -a src/kibot --help-outputs > /dev/null + python3-coverage run src/kibot --help-outputs > /dev/null # Individual run for specific tests # pytest-3 --log-cli-level debug -k "test_ibom_parse_fail" --test_dir output # Run the 90% faster tests (under 3 s)