Add coverage badge

This commit is contained in:
Tyler Wilding
2020-09-08 15:52:31 -04:00
parent 8f1ddca825
commit 570d64c6a3
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
# Jak Project
![Build](https://github.com/water111/jak-project/workflows/Build/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/water111/jak-project/badge.svg?branch=master)](https://coveralls.io/github/water111/jak-project?branch=master)
## Table of Contents
-2
View File
@@ -7,5 +7,3 @@ export NEXT_DIR=$DIR
export FAKE_ISO_PATH=/game/fake_iso.txt
cd $DIR/build/
make goalc-test_coverage
ls
ls ..
+1 -1
View File
@@ -31,5 +31,5 @@ if(CMAKE_COMPILER_IS_GNUCXX)
setup_target_for_coverage_lcov(NAME goalc-test_coverage
EXECUTABLE goalc-test --gtest_color=yes
DEPENDENCIES goalc-test
EXCLUDE "test/*" "third-party/*" "/usr/include/*")
EXCLUDE "third-party/*" "/usr/include/*")
endif()