Disabling Coveralls
- Not working and they have some issues reported for today
This commit is contained in:
parent
e2c1ef2c1e
commit
f23db9d964
|
|
@ -49,8 +49,8 @@ jobs:
|
||||||
python3-coverage erase
|
python3-coverage erase
|
||||||
# Create the caches with macros
|
# Create the caches with macros
|
||||||
python3-coverage run -a src/kibot --help-outputs > /dev/null
|
python3-coverage run -a src/kibot --help-outputs > /dev/null
|
||||||
# pytest-3 --test_dir output
|
pytest-3 --test_dir output
|
||||||
pytest-3 --log-cli-level debug -k "test_ibom_parse_fail" --test_dir output
|
# pytest-3 --log-cli-level debug -k "test_ibom_parse_fail" --test_dir output
|
||||||
python3-coverage report
|
python3-coverage report
|
||||||
python3-coverage html -d output/htmlcov
|
python3-coverage html -d output/htmlcov
|
||||||
- name: Store results
|
- name: Store results
|
||||||
|
|
@ -65,10 +65,11 @@ jobs:
|
||||||
COVERALLS_FLAG_NAME: ${{ matrix.ki_release }}
|
COVERALLS_FLAG_NAME: ${{ matrix.ki_release }}
|
||||||
COVERALLS_PARALLEL: true
|
COVERALLS_PARALLEL: true
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
# apt-get update
|
||||||
apt-get -y install python3-pip
|
# apt-get -y install python3-pip
|
||||||
pip3 install coveralls
|
# pip3 install coveralls
|
||||||
coveralls --service=github
|
#coveralls --service=github
|
||||||
|
echo Disabled by now
|
||||||
|
|
||||||
|
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue