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)