From c51d76797f7b7c3720e93d3d79c3b94ab31d3d9d Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Mon, 11 Sep 2017 21:45:37 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34dd44e..68e91bb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/t5mkfrup0b2ahq93?svg=true)](https://ci.appveyor.com/project/MoleskiCoder/cpp-chip8) [![Coverity Scan Build Status](https://scan.coverity.com/projects/11833/badge.svg)](https://scan.coverity.com/projects/moleskicoder-cpp_chip8) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/be66def8640745b99c430f7c5cc568fa)](https://www.codacy.com/app/MoleskiCoder/cpp_chip8?utm_source=github.com&utm_medium=referral&utm_content=MoleskiCoder/cpp_chip8&utm_campaign=Badge_Grade) +[![Coverage Status](https://coveralls.io/repos/github/MoleskiCoder/cpp_chip8/badge.svg?branch=master)](https://coveralls.io/github/MoleskiCoder/cpp_chip8?branch=master) CHIP-8, SuperChip and XO-Chip Emulator written in C++ From 086328f11646dfac9ace8f0a5883fffe0465ab66 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Mon, 11 Sep 2017 21:59:35 +0100 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c2197f..2fd4c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- after_success: - - coveralls --exclude lib --exclude tests --gcov-options '\-lp' + - coveralls --exclude modules --exclude src/testchip8 --gcov-options '\-lp' addons: apt: