From 2c10e7177460f69e47667a9bcd0e2239e53710a3 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 9 Jun 2020 20:59:32 -0400 Subject: [PATCH] coverage on windows --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3872ae61..3c311695d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,8 +51,8 @@ jobs: HOME: /tmp run: coverage run -m unittest -vv tests.unit.test_conf # run: coverage run -m unittest discover -vv tests.unit - - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac') - env: +# - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac') + - env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} COVERALLS_PARALLEL: true name: Submit to coveralls