Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
120
Issues
120
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
cbdf0a13
Commit
cbdf0a13
authored
Feb 08, 2019
by
Mohamed Fenjiro
Committed by
Mohamed Fenjiro
Feb 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: remove foo folder for better coverage
Change-Id: I592902fb71aa6b7a155c7656298596e0931da353
parent
61a7bb63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile.am
Makefile.am
+1
-1
No files found.
Makefile.am
View file @
cbdf0a13
...
...
@@ -22,7 +22,7 @@ precoverage:
coverage
:
precoverage check
$(AM_V_at)
lcov
--no-external
--capture
--directory
$(top_builddir)
--output-file
dring-coverage-tests.info
$(AM_V_at)
lcov
--add-tracefile
dring-coverage-base.info
--add-tracefile
dring-coverage-tests.info
--output-file
dring-coverage.info
$(AM_V_at)
lcov
--remove
dring-coverage.info
'/contrib/*'
'/usr/include/*'
'/bin/*'
--output-file
dring-coverage-filtered.info
$(AM_V_at)
lcov
--remove
dring-coverage.info
'/contrib/*'
'/usr/include/*'
'/bin/*'
'/foo/*'
--output-file
dring-coverage-filtered.info
$(MKDIR_P)
html-output
genhtml
-o
html-output dring-coverage-filtered.info
...
...
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