Skip to content

Commit

Permalink
Merge pull request #154 from lonnyantunes/update_run_method
Browse files Browse the repository at this point in the history
Updated the run method to get the json_report value
  • Loading branch information
Josh Holtz authored Apr 26, 2020
2 parents ca98887 + 360953f commit 2cd5937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/xcov/manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def run
submit_to_coveralls(report)
tmp_dir = File.join(Xcov.config[:output_directory], 'tmp')
FileUtils.rm_rf(tmp_dir) if File.directory?(tmp_dir)

json_report
end

def parse_xccoverage
Expand Down
2 changes: 1 addition & 1 deletion lib/xcov/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Xcov

VERSION = "1.7.2"
VERSION = "1.7.3"
DESCRIPTION = "xcov is a friendly visualizer for Xcode's code coverage files"

end

0 comments on commit 2cd5937

Please sign in to comment.