Skip to content

Commit 03b7f9b

Browse files
chore: 1.4.1
1 parent bddd146 commit 03b7f9b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
ci:
11-
runs-on: macos-latest
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -27,8 +27,9 @@ jobs:
2727
run: bun test --coverage --coverage-reporter=lcov
2828

2929
- name: Upload coverage to Codecov
30-
uses: codecov/codecov-action@v5
30+
uses: codecov/codecov-action@v3
3131
with:
32+
file: ./coverage/lcov.info
3233
token: ${{ secrets.CODECOV_TOKEN }}
3334

3435
- name: Build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-best",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
55
"type": "module",
66
"author": "claude-code-best <claude-code-best@proton.me>",

0 commit comments

Comments
 (0)