diff --git a/.github/workflows/test-runner.yaml b/.github/workflows/test-runner.yaml index 8d6aab6a..64e91e29 100644 --- a/.github/workflows/test-runner.yaml +++ b/.github/workflows/test-runner.yaml @@ -8,7 +8,7 @@ on: jobs: build: - name: Tests and Codecov + name: Tests runs-on: ubuntu-latest steps: @@ -21,8 +21,8 @@ jobs: run: yarn - name: Run tests run: yarn test - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: coverage/lcov.info + # - name: Upload coverage reports to Codecov + # uses: codecov/codecov-action@v3 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # files: coverage/lcov.info