diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc9633c..b761bad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,10 @@ jobs: - name: Run tests run: xvfb-run -a npm test - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} + - name: Codecov + uses: codecov/codecov-action@v2 + + # - name: Coveralls + # uses: coverallsapp/github-action@master + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }}