forked from LBRYCommunity/lbry-sdk
no more codecov
This commit is contained in:
parent
68367125e1
commit
60a85fadd3
1 changed files with 0 additions and 10 deletions
|
@ -17,12 +17,6 @@ stages:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
|
||||||
# could also use extends: instead of yaml anchors (https://docs.gitlab.com/ee/ci/yaml/README.html#extends)
|
|
||||||
.codecov.io: &codecovio
|
|
||||||
after_script:
|
|
||||||
- coverage combine lbry/
|
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
|
||||||
|
|
||||||
test:lint:
|
test:lint:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
@ -34,7 +28,6 @@ test:lbry-unit:
|
||||||
script:
|
script:
|
||||||
- make install
|
- make install
|
||||||
- cd lbry && HOME=/tmp coverage run -p --source=lbry -m unittest discover -vv tests.unit
|
- cd lbry && HOME=/tmp coverage run -p --source=lbry -m unittest discover -vv tests.unit
|
||||||
# <<: *codecovio
|
|
||||||
|
|
||||||
|
|
||||||
test:lbry-integ:
|
test:lbry-integ:
|
||||||
|
@ -42,7 +35,6 @@ test:lbry-integ:
|
||||||
script:
|
script:
|
||||||
- pip install coverage tox-travis
|
- pip install coverage tox-travis
|
||||||
- cd lbry && tox
|
- cd lbry && tox
|
||||||
# <<: *codecovio
|
|
||||||
|
|
||||||
|
|
||||||
.torba-tests: &torba_tests
|
.torba-tests: &torba_tests
|
||||||
|
@ -50,7 +42,6 @@ test:lbry-integ:
|
||||||
script:
|
script:
|
||||||
- pip install coverage tox-travis
|
- pip install coverage tox-travis
|
||||||
- cd torba && tox
|
- cd torba && tox
|
||||||
# <<: *codecovio
|
|
||||||
|
|
||||||
test:torba-unit:
|
test:torba-unit:
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -67,7 +58,6 @@ test:json-api:
|
||||||
script:
|
script:
|
||||||
- make install
|
- make install
|
||||||
- cd lbry && HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py
|
- cd lbry && HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py
|
||||||
# <<: *codecovio
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue