install coveragge

This commit is contained in:
Lex Berezhny 2020-06-06 13:10:42 -04:00
parent a0fb3424aa
commit b9d954a394

View file

@ -85,11 +85,13 @@ jobs:
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y --no-install-recommends ffmpeg sudo apt-get install -y --no-install-recommends ffmpeg
- run: pip install tox-travis - run: pip install tox coverage
- env: - env:
TEST_DB: ${{ matrix.db }} TEST_DB: ${{ matrix.db }}
run: | run: |
tox -e ${{ matrix.test }} tox -e ${{ matrix.test }}
ls -la
ls -la tests
bash <(curl -s https://codecov.io/bash) -X gcov -F integration-${{ matrix.test }}-${{ matrix.db }} bash <(curl -s https://codecov.io/bash) -X gcov -F integration-${{ matrix.test }}-${{ matrix.db }}
build: build: