Open
Conversation
…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
…p page, update IT@UC URL
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.
Waiting for #1189 to be merged first and to do a rebase once that's done
Update Home Page and Help Page Links
This PR updates the home page by removing external links and reorganizing them, and updates the IT@UC partner link and icon.
Changes
Home Page Updates
app/views/layouts/scholar/_links.html.erband its render call since all links were removedPartner Section Updates
http://ucit.uc.edutohttps://www.uc.edu/about/ucit.htmlto use the updated Digital Technology Solutions pageituc.pnglogo withdts_uc.pngto reflect the rebranding from IT@UC to Digital Technology Solutions (DTS)Test Updates
spec/features/hyrax/homepage_spec.rbsince the external links section no longer existsspec/views/static/help.html.erb_spec.rbto verify the "Manage Your Data" link appears on the help pageFiles Changed
app/views/hyrax/homepage/index.html.erb- Removed render call for links partialapp/views/layouts/scholar/_links.html.erb- Deleted (no longer needed)app/views/layouts/scholar/_partner_branding.html.erb- Updated IT@UC URL and icon to DTSapp/views/static/help.html.erb- Added "Manage Your Data" linkspec/features/hyrax/homepage_spec.rb- Removed external links testspec/views/static/help.html.erb_spec.rb- Added Manage Your Data link testspec/features/hyrax/dashboard/collection_spec.rb- Disabled flaky test