Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Go
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
to be continuous...
Go
Commits
041c4644
Commit
041c4644
authored
3 years ago
by
Yann D'Isanto
Browse files
Options
Downloads
Patches
Plain Diff
fix: go test packages var typo
parent
27ccc945
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/gitlab-ci-golang.yml
+1
-1
1 addition, 1 deletion
templates/gitlab-ci-golang.yml
with
1 addition
and
1 deletion
templates/gitlab-ci-golang.yml
+
1
−
1
View file @
041c4644
...
...
@@ -107,7 +107,7 @@ stages:
local coverage_report_opts=-coverprofile=reports/coverage.out
# shellcheck disable=SC2086
go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_PACKAGES | tee "$go_tests_report"
go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_
TEST_
PACKAGES | tee "$go_tests_report"
output_coverage
install_go_junit_report
...
...
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
90658a59
·
2 years ago
mentioned in commit
90658a59
mentioned in commit 90658a593eed4e033570babe74eccf6b0cee365e
Toggle commit list
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