Skip to content
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

(maint) Address rubocop failures in unit tests #390

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

pmcmaw
Copy link
Contributor

@pmcmaw pmcmaw commented Apr 5, 2024

Prior to this commit, the nightlies were failing due to a change in Rubocop. This PR addresses the failures.

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified.

Prior to this commit, the nightlies were failing due to a change in Rubocop. This PR addresses the failures.
@pmcmaw pmcmaw requested review from bastelfreak and a team as code owners April 5, 2024 07:39
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.91%. Comparing base (1db2678) to head (c1ae856).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #390   +/-   ##
=======================================
  Coverage   70.91%   70.91%           
=======================================
  Files          78       78           
  Lines        2486     2486           
=======================================
  Hits         1763     1763           
  Misses        723      723           

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

@jordanbreen28 jordanbreen28 merged commit 15d201d into main Apr 5, 2024
13 of 14 checks passed
@jordanbreen28 jordanbreen28 deleted the address_rubocop branch April 5, 2024 07:56
Copy link
Collaborator

@bastelfreak bastelfreak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. But should we also pin rubocop so we don't pull in unwanted updates that break CI again? Vox pupuli also offers https://github.com/voxpupuli/voxpupuli-rubocop which provides a tested rubocop version + config. Vox pupuli uses that in all their gems to manage rubocop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants