From fad144cb963ad09971d06165f6281b6edb1b32c4 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 9 Jun 2020 16:59:34 -0400 Subject: [PATCH] andremiras coveralls - spacing --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62abeb36b..ad934bb00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,18 +60,18 @@ jobs: # pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip # coveralls - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac') - uses: AndreMiras/coveralls-python-action@develop - with: - parallel: true + uses: AndreMiras/coveralls-python-action@develop + with: + parallel: true coveralls_finish: needs: test runs-on: ubuntu-latest steps: - - name: Coveralls Finished - uses: AndreMiras/coveralls-python-action@develop - with: - parallel-finished: true + - name: Coveralls Finished + uses: AndreMiras/coveralls-python-action@develop + with: + parallel-finished: true # complete_coverals: # needs: tests-unit