File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ pipe-child.lsp
29
29
# guiserver
30
30
* .class
31
31
32
+ # coveralls (gcov)
33
+ * .gcov
34
+ * .gcda
35
+ * .gcno
36
+
32
37
# eclipse
33
38
.settings
34
39
Original file line number Diff line number Diff line change @@ -21,7 +21,14 @@ matrix:
21
21
- sudo apt-get update -qq
22
22
- sudo apt-get install -qq mingw32
23
23
24
+ before_install :
25
+ - pip install --user cpp-coveralls
26
+
24
27
script :
25
- - make CC="$CC"
28
+ - make CC="$CC --coverage "
26
29
- file ./newlisp && ./newlisp -v
27
30
- make testall
31
+
32
+
33
+ after_success :
34
+ - coveralls
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ newLISP mirror
2
2
==============
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/kosh04/newlisp.svg?branch=develop )] ( https://travis-ci.org/kosh04/newlisp )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/kosh04/newlisp/badge.svg?branch=feature%2Fcoveralls&service=github )] ( https://coveralls.io/github/kosh04/newlisp?branch=feature%2Fcoveralls )
5
6
[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/qg6ijtx867q5fxnl/branch/develop?svg=true )] ( https://ci.appveyor.com/project/kosh04/newlisp/branch/develop )
6
7
[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/kosh04/newlisp )
7
8
You can’t perform that action at this time.
0 commit comments