We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddd146 commit 03b7f9bCopy full SHA for 03b7f9b
2 files changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
ci:
11
- runs-on: macos-latest
+ runs-on: ubuntu-latest
12
13
steps:
14
- uses: actions/checkout@v4
@@ -27,8 +27,9 @@ jobs:
27
run: bun test --coverage --coverage-reporter=lcov
28
29
- name: Upload coverage to Codecov
30
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v3
31
with:
32
+ file: ./coverage/lcov.info
33
token: ${{ secrets.CODECOV_TOKEN }}
34
35
- name: Build
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "claude-code-best",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
5
"type": "module",
6
"author": "claude-code-best <claude-code-best@proton.me>",
0 commit comments