Skip to content

Commit

Permalink
added html export script for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dodikk committed Apr 23, 2012
1 parent 7185559 commit b693a5d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Coverage/ExportHtml.automator
@@ -0,0 +1,22 @@
on run argv

tell application "/Applications/CoverStory.app"

quit

activate

set x to open (item 1 of argv)

tell x to export to HTML in (item 2 of argv)

quit

end tell



return item 1 of argv & "|" & item 2 of argv

end run

1 change: 1 addition & 0 deletions Coverage/ExportHtmlComment.txt
@@ -0,0 +1 @@
http://jorudolph.wordpress.com/category/ios-continous-integration-series/

0 comments on commit b693a5d

Please sign in to comment.