Bump kida-templates to 0.3.2, adopt null-safe operators, add CI reports#23
Merged
Bump kida-templates to 0.3.2, adopt null-safe operators, add CI reports#23
Conversation
Upgrades kida-templates from 0.3.0 to 0.3.2, adopts ??= and ?|> operators in help_page.kida and _defs.kida, integrates kida GitHub Action for CI test summaries, coverage PR comments, and lint reports. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The kida GH Action needs write access to post PR comments via the GitHub API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Coverage Report✅ 84.8% overall coverage
|
…eout
Ruff outputs a bare JSON array but kida render expects a mapping — wrap
with jq into {"data": [...]}. Also increase sleep in test_detects_size_change
from 0.3s to 0.8s to fix flakiness on macOS CI runners.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
kida-templatesfrom 0.3.0 to 0.3.2??=(nullish assignment) inhelp_page.kidato replace scattered| default()calls?|>(safe pipeline) in_defs.kidaheader def for cleaner optional version renderinglbliii/kida@v0.3.2GitHub Action into CI for pytest step summaries, coverage PR comments, and ruff lint reportsTest plan
🤖 Generated with Claude Code