mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 23:47:57 -04:00
Add coverage badge
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Jak Project
|
||||

|
||||
[](https://coveralls.io/github/water111/jak-project?branch=master)
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
||||
@@ -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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user