From 94ce32ea1b2965037ef7bbec618476ed6ad7b9e6 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 21 Jan 2020 01:04:46 +0900 Subject: [PATCH] ci: Add codecov/codecov-action@v1 (#136) ci: Comment out coverallsapp/github-action@v1.0.1 --- .github/workflows/test.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49a7f3c..4b19f6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,14 +76,18 @@ jobs: name: coverage path: coverage - - name: Upload test coverage to Coveralls - uses: coverallsapp/github-action@v1.0.1 + - uses: codecov/codecov-action@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} - parallel: true + token: ${{ secrets.CODECOV_TOKEN }} - - 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