From a1aa578bc0c761d3b95edfa20d9daf7982cff17d Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 6 Jun 2020 12:23:32 -0400 Subject: [PATCH] codecov2 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"