Skip to content

Commit 00aca13

Browse files
bbuchsbaumclaude
andcommitted
test: add comprehensive test suite to boost coverage from 63% to ~78%
Add 15 new test files covering previously untested functions across the package. Tests use local fixtures (no network) and cover core BIDS project operations, parser internals, plot functions, sidecar/TR inference, mock BIDS methods, query helpers, project extensions, confound I/O, pack_bids utilities, and session-aware branches. Also add .covr_result.rds to .Rbuildignore and .gitignore to prevent R CMD check NOTE about hidden files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cc423fd commit 00aca13

17 files changed

+6011
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ repomix-output.xml
3737
^\.ecosystem\.yml$
3838
^AGENTS\.md$
3939
^bidser-top5-prd\.json$
40+
^\.covr_result\.rds$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ docs
2020
pkgdown/
2121
CRAN-SUBMISSION
2222
pybids/
23+
.covr_result.rds

0 commit comments

Comments
 (0)