Skip to content

572: Add one more basic integration test to catch issues with older linear algebra modules - #573

Merged
danielinteractive merged 1 commit into
mainfrom
572-one-more-test
Jul 2, 2026
Merged

572: Add one more basic integration test to catch issues with older linear algebra modules#573
danielinteractive merged 1 commit into
mainfrom
572-one-more-test

Conversation

@danielinteractive

Copy link
Copy Markdown
Collaborator

closes #572

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

badge

Code Coverage Summary

Filename                    Stmts    Miss  Cover    Missing
------------------------  -------  ------  -------  ----------------------------
R/between-within.R             67       0  100.00%
R/component.R                  71       0  100.00%
R/cov_struct.R                 98       1  98.98%   424
R/empirical.R                  24       0  100.00%
R/fit.R                       280       3  98.93%   501, 577, 615
R/gcomp.R                     129       0  100.00%
R/interop-car.R               174       4  97.70%   9, 71-72, 167
R/interop-emmeans.R           162       8  95.06%   121-128
R/interop-parsnip.R            59       1  98.31%   12
R/kenwardroger.R              120       2  98.33%   46, 68
R/mmrm-methods.R              227       0  100.00%
R/residual.R                   13       0  100.00%
R/satterthwaite.R             178       0  100.00%
R/skipping.R                    8       0  100.00%
R/testing.R                    92      12  86.96%   31-39, 45, 47, 99
R/tidiers.R                    80       2  97.50%   55-56
R/tmb-methods.R               408       3  99.26%   406-407, 692
R/tmb.R                       417       1  99.76%   305
R/utils-formula.R              33       0  100.00%
R/utils-nse.R                  19       0  100.00%
R/utils.R                     436      13  97.02%   293-303, 480, 509, 576
R/zzz.R                        86      34  60.47%   8-35, 74-79, 110, 138, 161
src/chol_cache.h               63       0  100.00%
src/covariance.h              113       1  99.12%   194
src/derivatives.h             159       1  99.37%   280
src/empirical.cpp              74       0  100.00%
src/exports.cpp                47       0  100.00%
src/jacobian.cpp               47       1  97.87%   54
src/kr_comp.cpp                56       0  100.00%
src/mmrm.cpp                   76       0  100.00%
src/predict.cpp                93       0  100.00%
src/test-chol_cache.cpp        58       5  91.38%   9, 18, 26, 55, 62
src/test-covariance.cpp       130       4  96.92%   9, 32, 66, 77
src/test-derivatives.cpp      108       7  93.52%   44, 53, 62, 85, 94, 106, 124
src/test-utils.cpp            195       7  96.41%   9, 16, 24, 34, 44, 57, 119
src/testthat-helpers.h         15       5  66.67%   36-37, 41, 50, 53
src/utils.h                    81       0  100.00%
TOTAL                        4496     115  97.44%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: b59e5dd

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Unit Tests Summary

    1 files     48 suites   28s ⏱️
  602 tests   560 ✅ 42 💤 0 ❌
2 203 runs  2 151 ✅ 52 💤 0 ❌

Results for commit b59e5dd.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Unit Test Performance Difference

Additional test case details
Test Suite $Status$ Time on main $±Time$ Test Case
fit 👶 $+0.05$ mmrm_works_for_vignette_model_fit_this_seems_to_be_an_issue_with_old_openBLAS_

Results for commit e99a963

♻️ This comment has been updated with latest results.

@danielinteractive
danielinteractive merged commit 3bea7c7 into main Jul 2, 2026
20 of 21 checks passed
@danielinteractive
danielinteractive deleted the 572-one-more-test branch July 2, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add some basic integration testing to catch issues with older linear algebra modules

1 participant