Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asapo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
Joao Alvim Oliveira Dias De Almeida
asapo
Commits
d19e449b
Commit
d19e449b
authored
3 years ago
by
Sergey Yakubov
Browse files
Options
Downloads
Patches
Plain Diff
speed-up cov tests
parent
7d11e1d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeModules/CodeCoverage.cmake
+1
-1
1 addition, 1 deletion
CMakeModules/CodeCoverage.cmake
with
1 addition
and
1 deletion
CMakeModules/CodeCoverage.cmake
+
1
−
1
View file @
d19e449b
...
...
@@ -155,7 +155,7 @@ function(SETUP_TARGET_FOR_COVERAGE)
# Create baseline to make sure untouched files show up in the report
COMMAND
${
LCOV_PATH
}
-b
${
CMAKE_CURRENT_SOURCE_DIR
}
-no-external -c -i -d
${
PROJEC
T_BINARY_DIR
}
-o
${
Coverage_NAME
}
.base
COMMAND
${
LCOV_PATH
}
-b
${
CMAKE_CURRENT_SOURCE_DIR
}
-no-external -c -i -d
${
CMAKE_CURREN
T_BINARY_DIR
}
-o
${
Coverage_NAME
}
.base
# Run tests
COMMAND
${
Coverage_EXECUTABLE
}
...
...
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