diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecbcd74..0242a0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,14 +76,14 @@ jobs: name: coverage path: coverage -# - name: Upload test coverage to Coveralls -# uses: coverallsapp/github-action@v1.0.1 -# with: -# github-token: ${{ secrets.GITHUB_TOKEN }} -# parallel: true -# -# - name: Coveralls Finished -# uses: coverallsapp/github-action@v1.0.1 -# with: -# github-token: ${{ secrets.GITHUB_TOKEN }} -# parallel-finished: true + - name: Upload test coverage to Coveralls + uses: coverallsapp/github-action@v1.0.1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + parallel: true + + - name: Coveralls Finished + uses: coverallsapp/github-action@v1.0.1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + parallel-finished: true