From 6a1064a85246068e84949c1de8956ae9ccba8fa5 Mon Sep 17 00:00:00 2001 From: Godzil Date: Fri, 17 Mar 2017 12:31:20 +0100 Subject: [PATCH] Some more update on coverages thingys --- .travis.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf5d239..bd0d03e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,3 +28,5 @@ addons: - cmake-data - lcov - curl +after_success: + - bash <(curl -s https://codecov.io/bash) diff --git a/README.md b/README.md index c2f0c6c..bd47340 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ TI-NESulator ============ -[![codecov](https://codecov.io/gh/Godzil/TI-NESulator/branch/master/graph/badge.svg)](https://codecov.io/gh/Godzil/TI-NESulator) [![travis](https://travis-ci.org/Godzil/TI-NESulator.svg?branch=master)](https://travis-ci.org/Godzil/TI-NESulator) +[![Coverage Status](https://coveralls.io/repos/github/Godzil/TI-NESulator/badge.svg?branch=master)](https://coveralls.io/github/Godzil/TI-NESulator?branch=master) [![codecov](https://codecov.io/gh/Godzil/TI-NESulator/branch/master/graph/badge.svg)](https://codecov.io/gh/Godzil/TI-NESulator) [![travis](https://travis-ci.org/Godzil/TI-NESulator.svg?branch=master)](https://travis-ci.org/Godzil/TI-NESulator) This is a cleaned version of the TI-NESulator repository (all non free data has been removed)