This commit is contained in:
Lex Berezhny 2020-06-06 12:23:32 -04:00
parent 82062b5601
commit a1aa578bc0

View file

@ -51,9 +51,9 @@ jobs:
HOME: /tmp
run: coverage run -m unittest -vv tests.unit.test_conf
# run: coverage run -m unittest discover -vv tests.unit
- uses: codecov/codecov-action@v1
with:
flags: unit-${{ matrix.os }}
- uses: codecov/codecov-action@v1
with:
flags: unit-${{ matrix.os }}
tests-integration:
name: "tests / integration"