Dev#61
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5c354db460
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| expect_equal(data[data$id==28, 'doi'], '10.25829/bk5g87') | ||
| }) | ||
| skip_if_portal_tests_unavailable <- function() { | ||
| testthat::skip_on_ci() |
There was a problem hiding this comment.
Keep download tests enabled when CI has portal access
skip_if_portal_tests_unavailable() now calls testthat::skip_on_ci() unconditionally, so every ebv_download test is skipped in CI runs (the R job in .github/workflows/R.yaml is where these checks run). This removes automated coverage for the package's main download paths (numeric ID, DOI, title lookup), allowing regressions to merge undetected even when the EBV API is reachable; the skip should be limited to offline/unreachable conditions instead of all CI environments.
Useful? React with 👍 / 👎.
This PR regenerates README.md after the README.Rmd update so the rendered repository README on GitHub reflects the Bioconductor installation change.