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
Commits
b605c325
Commit
b605c325
authored
4 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
rm artifacts
parent
2dd82369
No related branches found
No related tags found
2 merge requests
!101
Resolve "Increase test coverage"
,
!90
Develop
Pipeline
#65282
passed with warnings
4 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/ci/.test.yml
+1
-7
1 addition, 7 deletions
build/ci/.test.yml
with
1 addition
and
7 deletions
build/ci/.test.yml
+
1
−
7
View file @
b605c325
...
...
@@ -7,9 +7,6 @@ unit-test-master:
script
:
-
go test -race $(go list ./... | grep -v /vendor/) -v -coverprofile=coverage.out
-
go tool cover -func=coverage.out
artifacts
:
reports
:
cobertura
:
coverage.xml
unit-test
:
...
...
@@ -20,7 +17,4 @@ unit-test:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
script
:
-
go test -race $(go list ./... | grep -v /vendor/) -v -coverprofile=coverage.out
-
go tool cover -func=coverage.out
artifacts
:
reports
:
cobertura
:
coverage.xml
-
go tool cover -func=coverage.out
\ No newline at end of file
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