mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Serve UI from api server (#6954)
* Serve UI from api server * Build UI static files + check generation with GHAction * Update UI static files * Use specific commit for verify-changed-files action * Add pkg/apiserver-impl/ui to .gitattributes * Ignore pkg/apiserver-impl/ui/** for sonar
This commit is contained in:
@@ -4,7 +4,7 @@ sonar.organization=redhat-developer
|
||||
# Path to sources
|
||||
sonar.sources=cmd,pkg
|
||||
# Source File Exclusions: Patterns used to exclude some source files from analysis.
|
||||
sonar.exclusions=**/*_test.go
|
||||
sonar.exclusions=**/*_test.go,pkg/apiserver-impl/ui/**
|
||||
# Source File Inclusions : Patterns used to include some source files and only these ones in analysis.
|
||||
# sonar.inclusions=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user