diff --git a/.github/workflows/ionic.yml b/.github/workflows/ionic.yml index 7393ccac..5e1421d9 100644 --- a/.github/workflows/ionic.yml +++ b/.github/workflows/ionic.yml @@ -31,13 +31,10 @@ jobs: - name: npm test run: npm run test-headless - - name: Coveralls Parallel - env: - COVERALLS_FLAG_NAME: "test" + - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - parallel: true build: @@ -129,12 +126,6 @@ jobs: steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel-finished: true - - name: Branch name id: branch_name run: |