Skip to content

Commit

Permalink
Merge pull request #139 from SlatherOrg/neonichu/slatherorgify
Browse files Browse the repository at this point in the history
SlatherOrgify all the things
  • Loading branch information
neonichu committed Feb 4, 2016
2 parents 00b33cf + e8fb9e3 commit f48ec68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@


![Slather Logo](https://raw.githubusercontent.com/venmo/slather/master/docs/logo.jpg)
![Slather Logo](https://raw.githubusercontent.com/SlatherOrg/slather/master/docs/logo.jpg)

[![Gem Version](https://badge.fury.io/rb/slather.svg)](http://badge.fury.io/rb/slather)
[![Build Status](https://travis-ci.org/venmo/slather.svg?branch=master)](https://travis-ci.org/venmo/slather)
[![Coverage Status](https://coveralls.io/repos/venmo/slather/badge.svg?branch=ayanonagon%2Fcoveralls)](https://coveralls.io/r/venmo/slather?branch=ayanonagon%2Fcoveralls)
[![Build Status](https://travis-ci.org/SlatherOrg/slather.svg?branch=master)](https://travis-ci.org/SlatherOrg/slather)
[![Coverage Status](https://coveralls.io/repos/SlatherOrg/slather/badge.svg?branch=master)](https://coveralls.io/r/SlatherOrg/slather?branch=master)

Generate test coverage reports for Xcode projects & hook it into CI.

Expand Down Expand Up @@ -193,7 +193,7 @@ Slather will look for the test coverage files in `DerivedData` by default. If yo

## Contributing

We’d love to see your ideas for improving this library! The best way to contribute is by submitting a pull request. We’ll do our best to respond to your patch as soon as possible. You can also submit a [new GitHub issue](https://github.com/venmo/slather/issues/new) if you find bugs or have questions. :octocat:
We’d love to see your ideas for improving this library! The best way to contribute is by submitting a pull request. We’ll do our best to respond to your patch as soon as possible. You can also submit a [new GitHub issue](https://github.com/SlatherOrg/slather/issues/new) if you find bugs or have questions. :octocat:

Please make sure to follow our general coding style and add test coverage for new features!

Expand Down
2 changes: 1 addition & 1 deletion lib/slather/coverage_service/html_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def generate_html_template(title, is_index, is_file_empty)
doc.div(:class => "row") { doc.div(:id => "reports") }
doc.footer {
doc.div(:class => "row") {
doc.p { doc.a("Fork me on Github", :href => "https://github.com/venmo/slather") }
doc.p { doc.a("Fork me on Github", :href => "https://github.com/SlatherOrg/slather") }
doc.p(#{Date.today.year} Slather")
}
}
Expand Down

0 comments on commit f48ec68

Please sign in to comment.