Commit 14c79a2c18008ff8c1bcf121eb0ed46ea09a224e

Steffen Jaeckel 2017-08-25T13:01:23

update coveralls make-target

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/makefile b/makefile
index 889033b..d412997 100644
--- a/makefile
+++ b/makefile
@@ -105,8 +105,10 @@ travis_mtest: test mtest
 timing: $(LIBNAME)
 	$(CC) $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME) $(LFLAGS) -o ltmtest
 
-coveralls: coverage
-	cpp-coveralls
+# You have to create a file .coveralls.yml with the content "repo_token: <the token>"
+# in the base folder to be able to submit to coveralls
+coveralls: lcov
+	coveralls-lcov
 
 docdvi poster docs mandvi manual:
 	$(MAKE) -C doc/ $@ V=$(V)