Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pokutuna committed Apr 19, 2016
1 parent 332e771 commit 828c42a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ perl:
- "5.20"
- "5.22"
sudo: false

before_install:
- cpanm -n Devel::Cover::Report::Coveralls
after_script:
- cover -test -report coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/pokutuna/p5-Valiemon.svg?branch=master)](https://travis-ci.org/pokutuna/p5-Valiemon)
[![Build Status](https://travis-ci.org/pokutuna/p5-Valiemon.svg?branch=master)](https://travis-ci.org/pokutuna/p5-Valiemon) [![Coverage Status](https://img.shields.io/coveralls/pokutuna/p5-Valiemon/master.svg?style=flat)](https://coveralls.io/r/pokutuna/p5-Valiemon?branch=master)
# NAME

Valiemon - data validator based on json schema
Expand Down
2 changes: 1 addition & 1 deletion minil.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = 'Valiemon'
license = "mit"
badges = ["travis"]
badges = ["travis", "coveralls"]

0 comments on commit 828c42a

Please sign in to comment.