Skip to content

Commit

Permalink
Integrating with codecov and using rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrk committed Mar 25, 2017
1 parent 78f5b79 commit 35a6ebf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: erlang
notifications:
email: [email protected]
otp_release:
- 18.1
script: bin/rebar3 eunit
before_install:
pip install --user codecov
after_success:
codecov
otp_release:
- 18.1

- bin/covertool -cover _build/test/cover/eunit.coverdata -appname erlpocket -output cobertura.xml
- codecov
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[![Build Status](https://travis-ci.org/tgrk/erlpocket.svg?branch=master)](https://travis-ci.org/tgrk/erlpocket)
[![Hex pm](http://img.shields.io/hexpm/v/erlpocket.svg?style=flat)](https://hex.pm/packages/erlpocket)
[![Downloads](https://img.shields.io/hexpm/dt/urilib.svg)](https://hex.pm/packages/erlpocket)
[![codecov.io](https://codecov.io/github/tgrk/erlpocket/coverage.svg?branch=master)](https://codecov.io/github/tgrk/erlpocket?branch=master)

erlpocket
=========

An Erlang library for Pocket API (www.getpocket.com) v3. For more details see [documentation][1].
An Erlang library for Pocket API (www.getpocket.com) v3. For more details see [documentation][1].

## Fetch dependencies and compile

Expand Down
Binary file added bin/covertool
Binary file not shown.
Binary file added bin/rebar3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/erlpocket.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, erlpocket,
[{description, "Erlang library for Pocket API"},
{vsn, "2.0.1"},
{vsn, "2.0.2"},
{registered, []},
{applications, [stdlib,
kernel,
Expand Down

0 comments on commit 35a6ebf

Please sign in to comment.