fix codecov test flags

This commit is contained in:
Lex Berezhny 2020-06-06 13:39:03 -04:00
parent 53c8876b5e
commit 76e21f65df

View file

@ -52,7 +52,7 @@ jobs:
run: coverage run -m unittest -vv tests.unit.test_conf run: coverage run -m unittest -vv tests.unit.test_conf
# run: coverage run -m unittest discover -vv tests.unit # run: coverage run -m unittest discover -vv tests.unit
- if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac') - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
run: bash <(curl -s https://codecov.io/bash) -X gcov -F unit,${{ matrix.os }} run: bash <(curl -s https://codecov.io/bash) -X gcov -F unit,${{ runner.os }}
tests-integration: tests-integration:
name: "tests / integration" name: "tests / integration"
@ -90,8 +90,6 @@ jobs:
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: