From b4df1a8aaabd8406be778f17eaab740d7e6e5dd9 Mon Sep 17 00:00:00 2001 From: Daisuke Oyama Date: Mon, 21 Aug 2017 22:36:08 +0900 Subject: [PATCH 1/2] Add Coveralls --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7069ac72..17584a8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,4 @@ script: after_success: - julia -e 'Pkg.add("Documenter")' - julia -e 'cd(Pkg.dir("Games")); ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs", "make.jl"))' + - julia -e 'cd(Pkg.dir("Games")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())' From ad8c5a022fb946e64b76d96eb3844e932dc3e668 Mon Sep 17 00:00:00 2001 From: Daisuke Oyama Date: Tue, 22 Aug 2017 09:33:00 +0900 Subject: [PATCH 2/2] Add badge for coveralls --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03dff635..f7fc3d0f 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,6 @@ [![Build Status](https://travis-ci.org/QuantEcon/Games.jl.svg?branch=master)](https://travis-ci.org/QuantEcon/Games.jl) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://QuantEcon.github.io/Games.jl/latest) +[![Coverage Status](https://coveralls.io/repos/github/QuantEcon/Games.jl/badge.svg)](https://coveralls.io/github/QuantEcon/Games.jl) Algorithms and data structures for game theory in Julia