Class: Xcov::CoverallsHandler
- Inherits:
-
Object
- Object
- Xcov::CoverallsHandler
- Defined in:
- lib/xcov/coveralls_handler.rb
Class Method Summary collapse
Class Method Details
.submit(report) ⇒ Object
9 10 11 12 |
# File 'lib/xcov/coveralls_handler.rb', line 9 def submit(report) coveralls_json_path = convert_and_store_coveralls_json(report) perform_request(coveralls_json_path) end |