Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.0 (CLI + Workers + pnpm) #163

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open

v3.0.0 (CLI + Workers + pnpm) #163

wants to merge 35 commits into from

Conversation

benvinegar
Copy link
Owner

@benvinegar benvinegar commented Feb 12, 2025

This branch contains several major changes:

I might be being too cautious by declaring this a major version. The server code is mostly unchanged, but it is significant that it is deployed as a worker (vs Cloudflare Pages).

counterscale-screenshot

Try it out now

First, authenticate with Cloudflare via Wrangler:

npx wrangler login

Then run the installer:

npx @counterscale/[email protected] install

Follow the steps and you should be done. Your data will carry forward.

@benvinegar benvinegar changed the title v3.0.0 (or maybe v2.6.0, see discussion) v3.0.0 Feb 12, 2025
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

Attention: Patch coverage is 59.58084% with 270 lines in your changes missing coverage. Please review.

Project coverage is 81.55%. Comparing base (c41f388) to head (b17e708).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
packages/cli/src/install.ts 39.17% 177 Missing ⚠️
packages/cli/src/index.ts 0.00% 47 Missing and 1 partial ⚠️
packages/server/workers/app.ts 0.00% 31 Missing and 1 partial ⚠️
packages/cli/src/config.ts 92.85% 10 Missing ⚠️
packages/cli/src/cloudflare.ts 96.55% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #163      +/-   ##
==========================================
- Coverage   87.25%   81.55%   -5.70%     
==========================================
  Files          38       42       +4     
  Lines        2432     3090     +658     
  Branches      302      370      +68     
==========================================
+ Hits         2122     2520     +398     
- Misses        302      562     +260     
  Partials        8        8              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@benvinegar benvinegar changed the title v3.0.0 v3.0.0 (CLI + Workers + pnpm) Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant