From 66bce0558afb6eaa8d8e7f1762426f9e7f53d60c Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 18 Jan 2020 02:48:31 +0900 Subject: [PATCH] test: Enable Coveralls (#129) --- .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