[Coveralls] Trying to enable it again
This commit is contained in:
parent
84f3b0ede1
commit
574f6b723f
|
|
@ -64,12 +64,14 @@ jobs:
|
|||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
COVERALLS_FLAG_NAME: ${{ matrix.ki_release }}
|
||||
COVERALLS_PARALLEL: true
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
# apt-get update
|
||||
# apt-get -y install python3-pip
|
||||
# pip3 install coveralls
|
||||
#coveralls --service=github
|
||||
echo Disabled by now
|
||||
#echo Disabled by now
|
||||
coveralls
|
||||
|
||||
|
||||
push_to_registry:
|
||||
|
|
|
|||
Loading…
Reference in New Issue