From 9dd1c2ecad756e9954c0847f5931710ec8cb552f Mon Sep 17 00:00:00 2001 From: Daniel Neamati Date: Wed, 12 Aug 2020 21:21:44 -0700 Subject: [PATCH] Fixed Coverage Badge Was stuck at 0% despite being at 8%. Added "&service=github" to the end as suggested at https://github.com/lemurheavy/coveralls-public/issues/971. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc32655..335d0a2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.com/danineamati/TrajOptSOCPs.jl.svg?branch=master)](https://travis-ci.com/github/danineamati/TrajOptSOCPs.jl) [![Build Status](https://ci.appveyor.com/api/projects/status/github/danineamati/TrajOptSOCPs.jl?svg=true)](https://ci.appveyor.com/project/danineamati/trajoptsocps-jl) [![Coverage](https://codecov.io/gh/danineamati/TrajOptSOCPs.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/danineamati/TrajOptSOCPs.jl) -[![Coverage](https://coveralls.io/repos/github/danineamati/TrajOptSOCPs.jl/badge.svg?branch=master)](https://coveralls.io/github/danineamati/TrajOptSOCPs.jl?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/danineamati/TrajOptSOCPs.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/danineamati/TrajOptSOCPs.jl?branch=master) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://danineamati.github.io/TrajOptSOCPs.jl/dev) ---