ci: fix coveralls (#12971)
* fix: add service * Update ci-tests.yml * Update ci-tests.yml * fix: coverage version * fix: coveralls * Update requirements.txt * fix: add service name env var * ci: Set COVERALLS_SERVICE_NAME as github * ci: add tokens * Update ci-tests.yml * ci: no rcfile * fix: pin versions Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
parent
a0876ce554
commit
9070cdc73d
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci-tests.yml
vendored
4
.github/workflows/ci-tests.yml
vendored
|
|
@ -149,8 +149,8 @@ jobs:
|
|||
run: |
|
||||
cp ~/frappe-bench/sites/.coverage ${GITHUB_WORKSPACE}
|
||||
cd ${GITHUB_WORKSPACE}
|
||||
pip install coveralls==3.0.1
|
||||
pip install coverage==5.5
|
||||
pip install coveralls==2.2.0
|
||||
pip install coverage==4.5.4
|
||||
coveralls --service=github
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ boto3~=1.17.53
|
|||
braintree~=4.8.0
|
||||
chardet~=4.0.0
|
||||
Click~=7.1.2
|
||||
coverage~=5.5
|
||||
coverage~=4.5.4
|
||||
croniter~=1.0.11
|
||||
cryptography~=3.4.7
|
||||
dropbox~=11.7.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue