diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcf540007..b8a4bc07e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: cache: 'yarn' - run: yarn - run: yarn run test:coverage - - uses: codecov/codecov-action@v2.0.3 + - uses: codecov/codecov-action@v2.1.0 build: runs-on: ubuntu-20.04 needs: [lint, test]