From 969502cd7bb3a41fb595e20254ad75a7223423b0 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 19 May 2020 04:32:52 +0200 Subject: [PATCH] Upload coverage for all branches --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73396be..d554dab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - name: Run tests run: python setup.py test - name: Upload coverage to Coveralls - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' env: COVERALLS_PARALLEL: true COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} @@ -29,7 +29,7 @@ jobs: coveralls-finish: needs: test - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' runs-on: ubuntu-latest steps: - name: Set up Python