Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
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
danet
goSDN
Merge requests
!301
Fix missing test coverage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix missing test coverage
fix-missing-test-coverage
into
develop
Overview
0
Commits
7
Pipelines
6
Changes
2
Merged
Ghost User
requested to merge
fix-missing-test-coverage
into
develop
3 years ago
Overview
0
Commits
7
Pipelines
6
Changes
2
Expand
Description
Test coverage not showing. Playing around with ci files and so on trying to find a fix.
Edited
3 years ago
by
Ghost User
0
0
Merge request reports
Compare
develop
version 5
432d935a
3 years ago
version 4
96f25133
3 years ago
version 3
463a1712
3 years ago
version 2
370964c1
3 years ago
version 1
c112d5e2
3 years ago
develop (base)
and
latest version
latest version
9575568f
7 commits,
3 years ago
version 5
432d935a
7 commits,
3 years ago
version 4
96f25133
6 commits,
3 years ago
version 3
463a1712
5 commits,
3 years ago
version 2
370964c1
4 commits,
3 years ago
version 1
c112d5e2
2 commits,
3 years ago
2 files
+
2
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab/ci/.test.yml
+
1
−
0
Options
@@ -18,6 +18,7 @@ unit-test:
@@ -18,6 +18,7 @@ unit-test:
-
cd controller
-
cd controller
-
make ci-unit-test
-
make ci-unit-test
after_script
:
after_script
:
-
cd controller
-
go tool cover -func=coverage.out
-
go tool cover -func=coverage.out
<<
:
*test
<<
:
*test
Loading