Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
C++ project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
ASTRON Templates
C++ project
Merge requests
!12
"...ResourceAssignmentDatabase/tests/t_radb_functionality.py" did not exist on "cbd83d46f503435167f988639b8f0434c4c48ca3"
Fix coverage reporting
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Fix coverage reporting
coverage-percentage-reporting
into
main
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Corné Lukken
requested to merge
coverage-percentage-reporting
into
main
1 month ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
6124c1b7
1 commit,
1 month ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
{{cookiecutter.project_slug}}/.gitlab-ci.yml
+
1
−
0
Options
@@ -76,6 +76,7 @@ test:
-
mkdir coverage
-
gcovr -r .. -e ../test/ -e ../src/main.cpp --txt --xml coverage.xml --html-details coverage/coverage.html
-
tar cfz coverage.tar.gz coverage/
coverage
:
'
/TOTAL.*?\
([0-9\.]{1,}\%).*$/'
artifacts
:
paths
:
# This will give a warning which is ok
Loading