Skip to content
Snippets Groups Projects
Commit ac247e55 authored by André Sterba's avatar André Sterba
Browse files

Merge branch 'develop' into istaester/migrate-yang-models

parents 60c12f36 5f250c22
No related branches found
No related tags found
1 merge request!303Migrate yang models in monorepo
Pipeline #100851 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment