From dfb50586289322a5ef87ecdbdc23cbcb329e84dc Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 18 Jan 2020 02:28:08 +0900 Subject: [PATCH] test: Enable Coveralls --- .github/workflows/test.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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