diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fefe79bea..5d5584dde 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"