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

test: Fix simplecov configuration #1366

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zvkemp
Copy link

@zvkemp zvkemp commented Jan 24, 2025

Most of the gemspecs here include simplecov, but the majority did not invoke it. Of the ones that did invoke it, none of them did so at the correct place, so the only coverage tracked was generally for the test helper itself. This commit adds a project-wide simplecov configuration file, requires simplecov in the correct place, and ensures results from different appraisals are merged (rather than clobbered).

@kaylareopelle kaylareopelle changed the title Fix simplecov configuration test: Fix simplecov configuration Jan 24, 2025
@zvkemp zvkemp force-pushed the fix-simplecov branch 2 times, most recently from 6faa684 to df5ac5f Compare January 24, 2025 21:59
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