Skip to content

Conversation

@Janell-Huyck
Copy link
Contributor

Not yet ready


Fixes #issuenumber ; refs #issuenumber

Present short summary (50 characters or less)

More detailed description, if necessary. Try to be as descriptive as you can: even if you think that the PR content is obvious, it may not be obvious to others. Include tracebacks if helpful, and be sure to call out any bits of the PR that may be work-in-progress.

Description can have multiple paragraphs and you can use code examples inside:

class PostsController
  def index
    respond_with Post.limit(10)
  end
end

Changes proposed in this pull request:
*
*
*

…ization

- Remove SimpleCov/Coveralls setup from spec_helper.rb to prevent double initialization
- Consolidate all coverage setup in rails_helper.rb
- Add simplecov-lcov and configure LCOV formatter for CircleCI
- Use SimpleCov.formatters (plural) with all three formatters: HTML, LCOV, and Coveralls
- Configure formatters before starting SimpleCov to ensure proper setup
- Replace SimpleCov.start with Coveralls.wear! to properly handle parallel test execution
- Configure formatters before Coveralls.wear! starts SimpleCov
- Maintains LCOV formatter for CircleCI upload
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.

2 participants