codecov2
This commit is contained in:
parent
82062b5601
commit
a1aa578bc0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -51,9 +51,9 @@ jobs:
|
||||||
HOME: /tmp
|
HOME: /tmp
|
||||||
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
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
flags: unit-${{ matrix.os }}
|
flags: unit-${{ matrix.os }}
|
||||||
|
|
||||||
tests-integration:
|
tests-integration:
|
||||||
name: "tests / integration"
|
name: "tests / integration"
|
||||||
|
|
Loading…
Reference in a new issue