coveralls still down, will have to merged with coveralls off

This commit is contained in:
Lex Berezhny 2021-09-20 09:01:35 -04:00
parent cfe6c82a31
commit 0697d60a48

View file

@ -68,7 +68,7 @@ jobs:
COVERALLS_PARALLEL: true COVERALLS_PARALLEL: true
run: | run: |
pip install coveralls pip install coveralls
coveralls --service=github #coveralls --service=github
tests-integration: tests-integration:
name: "tests / integration" name: "tests / integration"
@ -114,7 +114,7 @@ jobs:
COVERALLS_PARALLEL: true COVERALLS_PARALLEL: true
run: | run: |
coverage combine tests coverage combine tests
coveralls --service=github #coveralls --service=github
coverage: coverage:
@ -126,7 +126,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
pip install coveralls pip install coveralls
coveralls --service=github --finish #coveralls --service=github --finish
build: build:
needs: ["lint", "tests-unit", "tests-integration"] needs: ["lint", "tests-unit", "tests-integration"]