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
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue