Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MoleskiCoder committed Sep 11, 2017
2 parents 5b145c4 + 086328f commit 466a61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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++

Expand Down

0 comments on commit 466a61c

Please sign in to comment.