diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d40990..8eb7256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: npm run lint - name: Run tests - run: npm run test:coverage + run: npm test env: TEST_PRIVATE_KEY: ${{ secrets.TEST_PRIVATE_KEY }} TEST_API_URL: 'https://test-agent-proxy-api.eigenda.xyz' @@ -42,11 +42,6 @@ jobs: - name: Build run: npm run build - - name: Upload coverage reports - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - publish: needs: test runs-on: ubuntu-latest