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
ac247e55
Commit
ac247e55
authored
3 years ago
by
André Sterba
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into istaester/migrate-yang-models
parents
60c12f36
5f250c22
No related branches found
No related tags found
1 merge request
!303
Migrate yang models in monorepo
Pipeline
#100851
passed
3 years ago
Stage: build
Stage: test
Stage: analyze
Stage: integration-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
controller/Makefile
+0
-9
0 additions, 9 deletions
controller/Makefile
with
0 additions
and
9 deletions
controller/Makefile
+
0
−
9
View file @
ac247e55
...
...
@@ -40,15 +40,6 @@ unit-test: install-tools
controller-test
:
install-tools
ENVIRONMENT
=
testing ./
$(
TOOLS_DIR
)
/gotestsum
--junitfile
report.xml
--format
testname
--
-race
-v
-run
TestRun
lint
:
install-tools
./
$(
TOOLS_DIR
)
/golangci-lint run
--config
../.golangci.yml | jq
lint-fix
:
install-tools
./
$(
TOOLS_DIR
)
/golangci-lint run
--config
../.golangci.yml
--fix
ci-lint
:
golangci-lint run
--config
../.gitlab/ci/.golangci-config/.golangci.yml
--out-format
code-climate | jq
-r
'.[] | "\(.location.path):\(.location.lines.begin) \(.description)"'
ci-unit-test
:
ci-install-tools
ENVIRONMENT
=
testing gotestsum
--junitfile
report.xml
--format
testname
--
-short
-race
$$(
go list ./... |
grep
-v
/forks/ |
grep
-v
/mocks
)
-v
-coverprofile
=
coverage.out
...
...
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