• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jackfirth / resyntax
94%

Build:
DEFAULT BRANCH: master
Repo Added 28 Oct 2025 07:40AM UTC
Files 161
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • HEAD
  • autofix-24-1
  • autopilot-blocking
  • autopilot-workflow
  • ci-debug
  • claude/gracious-feistel-2be52d
  • cli-json
  • compile-test
  • copilot/add-analyzer-load-tests
  • copilot/add-analyzer-timeout-option
  • copilot/add-expanded-id-table-utility
  • copilot/add-function-expression-analyzer
  • copilot/add-fuse-map-with-for-rule
  • copilot/add-in-syntax-paths-utility
  • copilot/add-printf-without-specifiers-rule
  • copilot/add-resyntax-fix-json-output
  • copilot/add-string-representation-syntax-paths-again
  • copilot/add-syntax-path-filter-utility
  • copilot/add-syntax-property-extraction-apis
  • copilot/add-warning-rule-support
  • copilot/allow-custom-analyzers-in-rules
  • copilot/configurable-analyzer-timeout
  • copilot/consolidate-legacy-migration-rules
  • copilot/extract-let-from-arguments
  • copilot/fix-8175575-328049080-6434af77-80e7-42db-a2ea-55d3c2dafeba
  • copilot/fix-aggressive-when-merging
  • copilot/fix-broken-code-replacements
  • copilot/fix-error-to-raise-arguments-error
  • copilot/fix-identifier-usage-analyzer
  • copilot/fix-improper-syntax-paths
  • copilot/fix-syntax-parse-rule-issue
  • copilot/fix-syntax-path-logging
  • copilot/fix-unwanted-suggestion
  • copilot/handle-multiple-variables-in-rule
  • copilot/improve-test-coverage-file-group
  • copilot/improve-test-coverage-github
  • copilot/move-rules-to-let-replacement
  • copilot/refactor-analyzers-reuse-table-code
  • copilot/refactor-rules-suites-analyzers
  • copilot/refactor-sequence-tail-replacement
  • copilot/refactor-source-analyze-analyzers
  • copilot/refactor-test-imports
  • copilot/remove-matching-comparator-file
  • copilot/remove-proper-syntax-path-predicate
  • copilot/skip-failing-analyzers
  • copilot/skip-push-workflows-for-copilot
  • copilot/split-formatting-preservation-tests
  • copilot/store-visited-paths
  • copilot/suggest-using-define-syntax-parse-rule
  • copilot/update-identifier-usage-analyzer
  • copilot/use-module-lexer-for-comments
  • coverage
  • coverage-fixing
  • coverage-loops
  • coverage-workflow
  • document-github-integration
  • fix-comment-reading
  • fix-define-syntax-parser-syntax-loc
  • fix-quasiquote-to-list-quoted-datums
  • fix-reysntax-typo
  • grimoire
  • grimoire-file-group
  • grimoire-string-replacement
  • grimoire-stxpath
  • jackfirth-patch-1
  • jackfirth-patch-1-1
  • jackfirth-patch-2
  • let-replacement
  • make-immutable-hash-quasiquote-to-hash
  • manual-display-to-file-rule
  • manual-testing
  • manual-workflow
  • master
  • pr-analysis
  • rule-application-timing
  • run-rule
  • split-grimoire
  • text-trees
  • when-unless-keyword-multi-body-only

09 Jul 2026 08:00AM UTC coverage: 94.119%. Remained the same
#463

push

cover

web-flow
Fix misspelled `resyntax-analyze-for-properties-only` export (#802)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

3 of 3 new or added lines in 2 files covered. (100.0%)

16405 of 17430 relevant lines covered (94.12%)

0.94 hits per line

Relevant lines Covered
Build:
Build:
17430 RELEVANT LINES 16405 COVERED LINES
0.94 HITS PER LINE
Source Files on master
  • Tree
  • List 161
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
#463 master Fix misspelled `resyntax-analyze-for-properties-only` export (#802) Co-authored-by: Claude Fable 5 <noreply@anthropic.com> push 09 Jul 2026 08:09AM UTC web-flow cover
94.12
#462 fix-reysntax-typo Fix misspelled resyntax-analyze-for-properties-only export The function was exported as reysntax-analyze-for-properties-only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> push 09 Jul 2026 08:04AM UTC jackfirth cover
94.12
#461 HEAD Merge 3ad2a20ca into cf9db5105 push 09 Jul 2026 08:03AM UTC web-flow cover
94.12
#460 master Document `resyntax/grimoire/string-replacement` (#790) Co-authored-by: Claude Fable 5 <noreply@anthropic.com> push 09 Jul 2026 07:50AM UTC web-flow cover
94.12
#459 HEAD Merge e6a040a71 into aa2655136 push 09 Jul 2026 07:44AM UTC web-flow cover
94.12
#458 grimoire-string-replacement Shrink no-op replacements when focusing string-replacement-focus previously returned replacements unchanged when they didn't alter the string at all, contradicting the documented behavior. Focusing a no-op replacement now shrinks it to the smalle... push 09 Jul 2026 07:43AM UTC jackfirth cover
94.0
#457 HEAD Merge fde1192da into aa2655136 push 09 Jul 2026 07:33AM UTC web-flow cover
94.12
#456 grimoire-string-replacement Rename string replacement operations for clarity - string-replacement-normalize is now string-replacement-focus, tying it to the replacement focusing feature it implements and dissolving the confusing two-kinds-of-normalization vocabulary - s... Pull #790 09 Jul 2026 07:27AM UTC jackfirth cover
94.0
#455 HEAD Merge e6d4e4cd7 into aa2655136 push 09 Jul 2026 07:04AM UTC web-flow cover
94.12
#454 grimoire-string-replacement Fix typos and fill in the replacement focusing cross-reference The Narrowing the Focus of Replacements section now has a tag so the string-replacement-normalize docs can point at it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Pull #790 09 Jul 2026 07:03AM UTC jackfirth cover
94.02
See All Builds (463)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc