From f23db9d964f76d2f33c6c27b0d801e8fafb06473 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 30 Jun 2022 13:09:26 -0300 Subject: [PATCH] Disabling Coveralls - Not working and they have some issues reported for today --- .github/workflows/pythonapp.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 3324ffda..0007063c 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 - pytest-3 --log-cli-level debug -k "test_ibom_parse_fail" --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 @@ -65,10 +65,11 @@ jobs: COVERALLS_FLAG_NAME: ${{ matrix.ki_release }} COVERALLS_PARALLEL: true run: | - apt-get update - apt-get -y install python3-pip - pip3 install coveralls - coveralls --service=github + # apt-get update + # apt-get -y install python3-pip + # pip3 install coveralls + #coveralls --service=github + echo Disabled by now push_to_registry: