ci: Trial to fix coveralls
This commit is contained in:
parent
13be89f049
commit
03d3d67b93
1 changed files with 2 additions and 2 deletions
4
.github/workflows/server-mariadb-tests.yml
vendored
4
.github/workflows/server-mariadb-tests.yml
vendored
|
|
@ -99,12 +99,12 @@ jobs:
|
|||
cd ${GITHUB_WORKSPACE}
|
||||
pip3 install coverage==5.5
|
||||
pip3 install coveralls==3.0.1
|
||||
coveralls --service=github-actions
|
||||
coveralls
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
|
||||
COVERALLS_FLAG_NAME: run-${{ matrix.container }}
|
||||
COVERALLS_SERVICE_NAME: github-actions
|
||||
COVERALLS_SERVICE_NAME: ${{ github.event_name == 'pull_request' && 'github' || 'github-actions' }}
|
||||
COVERALLS_PARALLEL: true
|
||||
|
||||
coveralls:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue