From 0d18b4c9b9b973bbc6fbce8d9d4152d0346e39eb Mon Sep 17 00:00:00 2001 From: Neil Brayfield Date: Tue, 21 Sep 2021 14:31:53 +0100 Subject: [PATCH] Try codecov --- .github/workflows/test.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 }}