Skip to content

Reduce R CMD check runtime overhead#669

Merged
egillax merged 3 commits into
developfrom
ci-reduce-r-cmd-check-runtime
Jun 17, 2026
Merged

Reduce R CMD check runtime overhead#669
egillax merged 3 commits into
developfrom
ci-reduce-r-cmd-check-runtime

Conversation

@egillax

@egillax egillax commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • avoid storing executable tuning metric/generator closures in database hyperparameter JSON
  • preserve tuning metric metadata such as name, maximize, and funArgs for custom metrics
  • limit macOS coverage installation/reporting to primary branch PRs/pushes

Verification

  • Rscript -e 'Sys.setenv(NOT_CRAN = "true"); devtools::test(filter = "UploadToDatabase", reporter = "summary")'\n- Rscript -e 'Sys.setenv(NOT_CRAN = "true"); devtools::test(filter = "multiplePlp", reporter = testthat::SlowReporter$new(min_time = 0.05))'\n- ruby -e 'require "yaml"; YAML.load_file(".github/workflows/R_CMD_check_Hades.yaml"); puts "yaml ok"'\n

@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.76%. Comparing base (aee14bf) to head (443e335).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #669      +/-   ##
===========================================
+ Coverage    89.73%   89.76%   +0.02%     
===========================================
  Files           49       49              
  Lines        13691    13727      +36     
===========================================
+ Hits         12286    12322      +36     
  Misses        1405     1405              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@egillax egillax merged commit b9e7b14 into develop Jun 17, 2026
6 checks passed
@egillax egillax deleted the ci-reduce-r-cmd-check-runtime branch June 17, 2026 13:55
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.

1 participant