Skip to content

Commit

Permalink
Fix code coverage badge url
Browse files Browse the repository at this point in the history
Add test execution detail show up on build. It is hard to tell which test failed
  • Loading branch information
edwardt committed Jan 5, 2016
1 parent 567d033 commit 2497d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install: true
before_script:
- mix local.hex --force
script:
- MIX_ENV=test mix do deps.get, test
- MIX_ENV=test mix do deps.get, test --trace
after_script:
- MIX_ENV=test mix coveralls.travis
cache:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Elixometer
==========

[![Build Status](https://travis-ci.org/pinterest/elixometer.svg?branch=master)](https://travis-ci.org/pinterest/elixometer)
[![Coverage Status](https://coveralls.io/repos/pinterest/elixometer/badge.svg?branch=&service=github)](https://coveralls.io/github/pinterest/elixometer?branch=)
[![Coverage Status](https://coveralls.io/repos/pinterest/elixometer/badge.svg?branch=&service=github)](https://coveralls.io/github/pinterest/elixometer?branch=master)

A light wrapper around exometer.

Expand Down

0 comments on commit 2497d9e

Please sign in to comment.