private/git.rkt is at 72.9% coverage: git-commit! and most of the hunk-parsing branches in git-diff-modified-lines are untested. A temp-directory fixture (git init, commit, modify some files) covers both. The same fixture would let resyntax-analysis-commit-fixes! in main.rkt get tested too, which is currently only exercised in production by the GitHub Action.
Part of #680.
private/git.rktis at 72.9% coverage:git-commit!and most of the hunk-parsing branches ingit-diff-modified-linesare untested. A temp-directory fixture (git init, commit, modify some files) covers both. The same fixture would letresyntax-analysis-commit-fixes!inmain.rktget tested too, which is currently only exercised in production by the GitHub Action.Part of #680.