diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a36b02149..a4e0ebfa0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -27,8 +27,9 @@ jobs: run: bun test --coverage --coverage-reporter=lcov - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v3 with: + file: ./coverage/lcov.info token: ${{ secrets.CODECOV_TOKEN }} - name: Build diff --git a/package.json b/package.json index 9fd446c81..f11469bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-best", - "version": "1.4.0", + "version": "1.4.1", "description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal", "type": "module", "author": "claude-code-best ",