Conversation
A create_extra_notes test expects covr to give a "cannot open the connection" message when package installation fails. As of covr's 40122df (2025-05-28), part of the 3.6.5 release, covr aborts earlier with a tailored message. Fixes #84.
The R 4.0.5 fails due to several packages requiring R 4.0.5. Instead of maintaining a growing list of pinned packages, get all packages from a date-pinned packagemanager.posit.co/cran repo. Choose 2024-02-06 because it's the first snapshot with officer 0.6.4, which adds support for the triple border style that mpn.scorecard uses.
The jobs for R 4.2.3 and 4.3.1 matched the two most recent R versions on Metworx at the time they were added. Update them to match the two most recent R versions on the latest Metworx AMI (25-07.00.00).
1 task
barrettk
approved these changes
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update a test assertion to account for a change in the message covr gives when package installation fails.
Additional commits:
expect_matchFixes #84