Skip to content

Commit 14df930

Browse files
committed
feat: improve test coverage and clean up tracked binary files
Added 18 new test blocks for multistage_phenotypic_indices.R and removed dead code. Added 18 new test blocks for eigen_indices.R to achieve 100% coverage. Updated .gitignore and untracked .pdf, .o, .so, and .dll files.
1 parent 6b9393d commit 14df930

6 files changed

Lines changed: 388 additions & 92 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ docs/
1313
.quarto
1414
/lib/
1515
coverage*.html
16+
*.pdf
17+
*.o
18+
*.so
19+
*.dll

src/RcppExports.o

-1.9 MB
Binary file not shown.

src/math_primitives.o

-16.3 MB
Binary file not shown.

src/selection.index.dll

-17 MB
Binary file not shown.

tests/testthat/Rplots.pdf

-5.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)