-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add testthat
helper state
#465
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #465 +/- ##
==========================================
- Coverage 90.73% 90.34% -0.40%
==========================================
Files 75 73 -2
Lines 5809 5696 -113
==========================================
- Hits 5271 5146 -125
- Misses 538 550 +12 ☔ View full report in Codecov by Sentry. |
There is one warning. Strange that the workflow isn't failing. Warning (test-standardize_models.R:285:1): brms
Global state has changed:
names(before[[4]])[93:98] vs names(after[[4]])[93:100]
"PERFLOG_LOCATION_SETTING"
"PIPX_BIN_DIR"
"PIPX_HOME"
"PKGCACHE_HTTP_VERSION"
+ "PKG_CPPFLAGS"
+ "PKG_LIBS"
"POWERSHELL_DISTRIBUTION_CHANNEL"
"PROCESSX_PSXCINVC0FQM_1697110500"
"PWD"
before[[4]][93:98] vs after[[4]][93:100]
PERFLOG_LOCATION_SETTING"RUNNER_PERFLOG"
PIPX_BIN_DIR"/opt/pipx_bin"
PIPX_HOME"/opt/pipx"
PKGCACHE_HTTP_VERSION"2"
+ PKG_CPPFLAGS" -I\"/home/runner/work/_temp/Library/Rcpp/include/\" -I\"/home/runner/work/_temp/Library/RcppEigen/include/\" -I\"/home/runner/work/_temp/Library/RcppEigen/include/unsupported\" -I\"/home/runner/work/_temp/Library/BH/include\" -I\"/home/runner/work/_temp/Library/StanHeaders/include/src/\" -I\"/home/runner/work/_temp/Library/StanHeaders/include/\" -I\"/home/runner/work/_temp/Library/RcppParallel/include/\" -I\"/home/runner/work/_temp/Library/rstan/include\" -DEIGEN_NO_DEBUG -DBOOST_DISABLE_ASSERTS -DBOOST_PENDING_INTEGER_LOG2_HPP -DSTAN_THREADS -DUSE_STANC3 -DSTRICT_R_HEADERS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -DBOOST_NO_AUTO_PTR -include '/home/runner/work/_temp/Library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp' -D_REENTRANT -DRCPP_PARALLEL_USE_TBB=1 "
+ PKG_LIBS" '/home/runner/work/_temp/Library/rstan/lib//libStanServices.a' -L'/home/runner/work/_temp/Library/StanHeaders/lib/' -lStanHeaders -L'/home/runner/work/_temp/Library/RcppParallel/lib/' -ltbb "
POWERSHELL_DISTRIBUTION_CHANNEL"GitHub-Actions-ubuntu22"
PROCESSX_PSXCINVC0FQM_1697110500"YES"
PWD"/home/runner/work/datawizard/datawizard"
────────────────────────────────────────────────────────────────────────────────
``` |
Which workflow is this? |
Actually, maybe this options(crayon.enabled = TRUE, warn = 2L)
devtools::test() and it showed a test warning but not a failure |
Strange. This is what we used initially to detect test warnings Will have a look. Can you please create an issue in our workflows repository? |
I see that all CI is passing now, @IndrajeetPatil can this be merged or are you experimenting with the warnings workflow? |
So there's a bunch of CI failures for various reasons (#509, |
easystats/easystats#388