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

Add Atom plugin to README #306

Merged
merged 3 commits into from Nov 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,7 @@ before_script:

script:
- bundle exec rake clobber compile test sign_hooks overcommit
- bundle exec codeclimate-test-reporter
- bundle exec codeclimate-test-reporter || test true

rvm:
- 2.1.10
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -145,6 +145,7 @@ started. Proper documentation will be eventually written.
connected.
* [minitest-byebug] starts a byebug session on minitest failures.
* [sublime_debugger] provides a plugin for ruby debugging on Sublime Text.
* [atom-byebug] provides integration with the Atom editor [EXPERIMENTAL].

## Contribute

Expand All @@ -168,3 +169,4 @@ software, especially:
[ruby-debug-passenger]: https://github.com/davejamesmiller/ruby-debug-passenger
[minitest-byebug]: https://github.com/kaspth/minitest-byebug
[sublime_debugger]: https://github.com/shuky19/sublime_debugger
[atom-byebug]: https://github.com/izaera/atom-byebug
3 changes: 1 addition & 2 deletions test/support/coverage.rb
@@ -1,6 +1,5 @@
#
# Starts code coverage tracking. If running on CI, use codeclimate's wrapper to
# report results to them.
# Starts code coverage tracking.
#
def start_coverage_tracking
require 'simplecov'
Expand Down