Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov prettify #9

Merged
merged 1 commit into from
Aug 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ script:
- rebar3 eunit
- rebar3 ct --readable=false # See https://github.com/erlang/rebar3/issues/1778
- rebar3 dialyzer
- rebar3 cover

after_success:
- rebar3 coveralls send
- rebar3 covertool generate
- cp _build/test/covertool/bookish_spork.covertool.xml ./cobertura.xml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bookish spork

[![Build Status](https://travis-ci.org/tank-bohr/bookish_spork.svg?branch=master)](https://travis-ci.org/tank-bohr/bookish_spork) [![Coverage Status](https://coveralls.io/repos/github/tank-bohr/bookish_spork/badge.svg?branch=master)](https://coveralls.io/github/tank-bohr/bookish_spork?branch=master)
[![Build Status](https://travis-ci.org/tank-bohr/bookish_spork.svg?branch=master)](https://travis-ci.org/tank-bohr/bookish_spork) [![Coverage Status](https://coveralls.io/repos/github/tank-bohr/bookish_spork/badge.svg?branch=master)](https://coveralls.io/github/tank-bohr/bookish_spork?branch=master) [![codecov](https://codecov.io/gh/tank-bohr/bookish_spork/branch/master/graph/badge.svg)](https://codecov.io/gh/tank-bohr/bookish_spork)

An erlang library to test http requests. Inspired by Ruby's [WebMock](https://github.com/bblimke/webmock).

Expand Down
2 changes: 1 addition & 1 deletion src/bookish_spork.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{env,[]},
{modules, []},

{maintainers, ["Alexey Nikitin"]},
{maintainers, ["Alexey Nikitin", "Vasily Kolesnikov"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/tank-bohr/bookish_spork"}]},
{exclude_files, ["examples/*"]}
Expand Down