Skip to content

🧹 Cleanup GHA#49

Merged
serkor1 merged 8 commits into
develfrom
cleanup_tests
Apr 25, 2026
Merged

🧹 Cleanup GHA#49
serkor1 merged 8 commits into
develfrom
cleanup_tests

Conversation

@serkor1
Copy link
Copy Markdown
Owner

@serkor1 serkor1 commented Apr 25, 2026

📚 What?

PR #48 introduced R-universe tests which is a more thorough testing scheme than the original R-CMD-check - there is no need to have have two workflows that tests the same thing. PR #41 introduced more thorough parity-checks which also renders the validity-checks obsolete.

This PR introduces the following changes:

  • The old R-CMD-check is replaced with R-universe checks
  • The old validity checks are removed
  • The remote-install run is only triggered on changes to configure files

serkor1 added 7 commits April 25, 2026 07:28
* With the introduction of R-universe checks
  the R-CMD-check is completely redundant.
* These validators were a sample validation routine
  that only tested against a small part of upstream.
  The approach taken here were too naive.
* Its basically R-CMD-check with extra steps. So for consistency
  this has been renamed.
* It should only run on changes to configure, if the package is broken
  it would be caught by the other runs.
* The original R-CMD-check is no longer needed.
@serkor1 serkor1 added the enhancement New feature or request label Apr 25, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.57%. Comparing base (ff7333e) to head (2d47b58).
⚠️ Report is 1 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel      #49   +/-   ##
=======================================
  Coverage   96.57%   96.57%           
=======================================
  Files         280      280           
  Lines       21028    21028           
=======================================
  Hits        20307    20307           
  Misses        721      721           

☔ View full report in Codecov by Sentry.
📢 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.

@serkor1 serkor1 merged commit 593dd45 into devel Apr 25, 2026
25 checks passed
@serkor1 serkor1 deleted the cleanup_tests branch April 25, 2026 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant