From 269c0f714ede798713e6324f70268436f3e2783d Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 6 Jun 2020 12:52:54 -0400 Subject: [PATCH] trying without codecov github action --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe0ffaf74..755bb6ac0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,13 +50,9 @@ jobs: - env: HOME: /tmp run: | - ls -la coverage run -m unittest -vv tests.unit.test_conf - ls -la + bash <(curl -s https://codecov.io/bash) # run: coverage run -m unittest discover -vv tests.unit - - uses: codecov/codecov-action@v1 - with: - flags: unit-${{ matrix.os }} tests-integration: name: "tests / integration"