This repository was archived by the owner on Jan 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Fix readme badges #137
Closed
tagliala
wants to merge
95
commits into
lemurheavy:master
from
Coveralls-Community:fix-readme-badges
Closed
Fix readme badges #137
tagliala
wants to merge
95
commits into
lemurheavy:master
from
Coveralls-Community:fix-readme-badges
Conversation
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
Use ruby's standard library to resolve relative path. This fixes an issue where `Coverall.root` matches multiple parts of the `filename` string, and replacing them with `.`. One example is `/app/app/controllers/applications_controller` would be converted to `../controller/.lications_controller`.
…iginal_repo drop 1.8 support, and move some work over from main coveralls
Fix relative path of filenames when root path has multiple matches.
Add changelog
Add contributing.md
Add rubocop
Remove .bundle folder info from SimpleCov reports
Fix rubocop violations manually
Update .travis.yml
Finish fixing rubocop violations
…-tests Add aggregate failures to tests
- Test against latest ruby versions - Set Ruby version to 2.5.1 - Drop Ruby 2.2 compatibility - Use RuboCop RSpec - Move development gems in a group
Use a shared example to dry up code
Merge branch 'master' into community-master
- Update Travis CI badge - Update Coveralls badge - Add CodeClimate badge Fix #13
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.