Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!1003
fix typo in inspector endpoint
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix typo in inspector endpoint
2.5_fixes
into
main
Overview
0
Commits
12
Pipelines
1
Changes
1
Merged
Charlotte Hausman
requested to merge
2.5_fixes
into
main
2 years ago
Overview
0
Commits
12
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d6768b72
Prev
Next
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d6768b72
trying to fix coverage
· d6768b72
Charlotte Hausman
authored
2 years ago
.gitlab-ci.yml
+
3
−
1
Options
@@ -6,7 +6,7 @@ stages:
-
unit-test
-
test-coverage
-
push
#
- deploy-coverage-page
-
deploy-coverage-page
-
generate-yaml
-
trigger
-
deploy
@@ -175,6 +175,8 @@ unit test coverage:
coverage_report
:
coverage_format
:
cobertura
path
:
coverage.xml
paths
:
-
htmlcov/
dependencies
:
-
unit test workflow
-
unit test capability
Loading