Skip to content

preview-release#107

Merged
jamierpond merged 7 commits into
mainfrom
next
Feb 18, 2026
Merged

preview-release#107
jamierpond merged 7 commits into
mainfrom
next

Conversation

@jamierpond
Copy link
Copy Markdown
Owner

jamierpond and others added 6 commits February 4, 2026 15:31
* fix install script

* yapi send

* yapi send examples
* ok better errors

* Address review feedback: extract truncateStr helper, add FindBareRefs tests, fix example line number

- DRY up duplicated truncation logic into a UTF-8-safe truncateStr helper
- Add table-driven tests for FindBareRefs covering bare refs, wrapped refs, edge cases
- Fix incorrect line number in bare-variable-warning example comment (18 → 25)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fix lint: remove unused maxLen parameter from truncateStr

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* ok better errors

* can do vars in jq

* wip

* great

* Add Jamie Pond attribution to footer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Move editor integration section near top of README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Use lspconfig for neovim LSP setup instead of vim.lsp.config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Address review feedback: extract truncateStr helper, add FindBareRefs tests, fix example line number

- DRY up duplicated truncation logic into a UTF-8-safe truncateStr helper
- Add table-driven tests for FindBareRefs covering bare refs, wrapped refs, edge cases
- Fix incorrect line number in bare-variable-warning example comment (18 → 25)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fix lint: remove unused maxLen parameter from truncateStr

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* wip

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* ok better errors

* can do vars in jq

* wip

* great

* Add Jamie Pond attribution to footer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Move editor integration section near top of README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Use lspconfig for neovim LSP setup instead of vim.lsp.config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* jp/docs-cmd

* update config

* very nice!

* wip

* Address review feedback: extract truncateStr helper, add FindBareRefs tests, fix example line number

- DRY up duplicated truncation logic into a UTF-8-safe truncateStr helper
- Add table-driven tests for FindBareRefs covering bare refs, wrapped refs, edge cases
- Fix incorrect line number in bare-variable-warning example comment (18 → 25)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Fix lint: remove unused maxLen parameter from truncateStr

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
yapi Ready Ready Preview, Comment Feb 18, 2026 4:39am

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 18, 2026

Codecov Report

❌ Patch coverage is 34.90566% with 69 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.43%. Comparing base (4a578db) to head (4ed219a).
⚠️ Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
cli/internal/runner/runner.go 18.30% 50 Missing and 8 partials ⚠️
cli/internal/validation/analyzer.go 55.00% 8 Missing and 1 partial ⚠️
cli/internal/vars/vars.go 75.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
- Coverage   52.90%   52.43%   -0.47%     
==========================================
  Files          35       35              
  Lines        3548     3652     +104     
==========================================
+ Hits         1877     1915      +38     
- Misses       1490     1548      +58     
- Partials      181      189       +8     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

* ok nice

* rm generated

* fix(ci): add sync-docs step before Go build/lint/test

The topic docs are now gitignored (copied at build time from docs/topics/
into cli/internal/docs/topics/). CI and Vercel need to run make sync-docs
before any Go compilation so go:embed can find the files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(ci): use cp instead of rsync for Windows compat, inline sync in vercel

rsync isn't available on Windows CI runners. Use rm + cp instead.
Inline the sync commands in vercel-build.sh to avoid make dependency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@jamierpond jamierpond merged commit cedcb28 into main Feb 18, 2026
15 of 18 checks passed
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