Parcourir la source

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>
version-14
Mohammad Hasnain Mohsin Rajan il y a 4 ans
committed by GitHub
Parent
révision
9070cdc73d
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +2
    -2
      .github/workflows/ci-tests.yml
  2. +1
    -1
      requirements.txt

+ 2
- 2
.github/workflows/ci-tests.yml Voir le fichier

@@ -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 }}


+ 1
- 1
requirements.txt Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer