Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Merge requests
!142
Prepare transition to GitLab 15 coverage parsing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Prepare transition to GitLab 15 coverage parsing
update-gitlab
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Prepare transition to GitLab 15 coverage parsing
Stéphane Del Pino
requested to merge
update-gitlab
into
develop
May 4, 2022
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
acb89317
1 commit,
May 4, 2022
2 files
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
.gitlab-ci/gcc10-mpi-coverage.yml
+
1
−
0
View file @ acb89317
Edit in single-file editor
Open in Web IDE
Show full file
@@ -12,3 +12,4 @@ coverage:gcc10-mpi-coverage:
paths
:
-
build/gcc10-cov-mpi
untracked
:
true
coverage
:
'
/^\s*Total:\|(\d*\.\d|\d*)\%.*$/'
Loading