From dc8d5a39eadf8d73e361b3525502a91e45c2a67b Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 21 Aug 2021 09:42:18 -0400 Subject: [PATCH] fix spaces --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9e344e8e..e9940ced6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,12 +62,12 @@ jobs: HOME: /tmp run: python -m unittest tests/unit/test_conf.py - name: submit coverage report - env: + env: GITHUB_TOKEN: ${{ secrets.github_token }} - COVERALLS_FLAG_NAME: tests-unit-${{ runner.os }} + COVERALLS_FLAG_NAME: tests-unit-${{ runner.os }} COVERALLS_PARALLEL: true run: | - pip install coveralls + pip install coveralls coveralls --service=github tests-integration: @@ -112,10 +112,10 @@ jobs: runs-on: ubuntu-latest steps: - name: finalize coverage report submission - env: + env: GITHUB_TOKEN: ${{ secrets.github_token }} run: | - pip install coveralls + pip install coveralls coveralls --service=github --finish build: