Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
e40faa69
Commit
e40faa69
authored
3 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
coverage: ignore autogenerated files (bin/dbus/*)
Change-Id: Ied4f74e51c7c0f7e97c66ef04e51f2efe521acd7
parent
6ba2ce01
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
with
1 addition
and
1 deletion
Makefile.am
+
1
−
1
View file @
e40faa69
...
...
@@ -20,7 +20,7 @@ coverage-html:
$(
AM_V_at
)
lcov
--no-external
--capture
--initial
--directory
$(
top_builddir
)
--output-file
jami-coverage-base.info
$(
AM_V_at
)
lcov
--no-external
--capture
--directory
$(
top_builddir
)
--output-file
jami-coverage-tests.info
$(
AM_V_at
)
lcov
--add-tracefile
jami-coverage-base.info
--add-tracefile
jami-coverage-tests.info
--output-file
jami-coverage.info
$(
AM_V_at
)
lcov
--remove
jami-coverage.info
"
$(
abs_top_builddir
)
/contrib/*"
"
$(
abs_top_builddir
)
/bin/*"
--output-file
jami-coverage-filtered.info
$(
AM_V_at
)
lcov
--remove
jami-coverage.info
"
$(
abs_top_builddir
)
/contrib/*"
"
$(
abs_top_builddir
)
/bin/
dbus/
*"
--output-file
jami-coverage-filtered.info
$(
MKDIR_P
)
html-coverage-output
genhtml
-o
html-coverage-output jami-coverage-filtered.info
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment