Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
c366d989
Commit
c366d989
authored
Oct 10, 2014
by
Mathieu Giraud
Browse files
Makefile: make *_coveralls, exclude tools/ and tests/
parent
ad0ac1b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c366d989
...
...
@@ -57,9 +57,9 @@ should_gcovr: should_coverage
### Upload to coveralls.io
unit_coveralls
:
coveralls
--exclude
release
--exclude
algo/tests
--exclude
algo/tools
--gcov-options
'\-lp'
coveralls
--exclude
release
--exclude
algo/tests
--exclude
algo/tools
--exclude
tests
--exclude
tools
--gcov-options
'\-lp'
should_coveralls
:
coveralls
--exclude
release
--exclude
algo/tests
--exclude
algo/tools
--gcov-options
'\-lp'
-r
algo
coveralls
--exclude
release
--exclude
algo/tests
--exclude
algo/tools
--exclude
tests
--exclude
tools
--gcov-options
'\-lp'
-r
algo
data germline
:
%:
make
-C
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment