From 03b7f9b453fc2f6841b028e2969b3e3865e68a3d Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Fri, 17 Apr 2026 09:45:36 +0800 Subject: [PATCH] chore: 1.4.1 --- .github/workflows/ci.yml | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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 ",