mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Send tests results to Sheet (#6873)
* Send tests results to Sheet * Save tests from Windows tests + do not fail if junit file not found * Change package name * Remove cleanup old entries (keeping implementation) * Add job number
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# - ignore files in certain directories, like 'vendor' or 'dist' (created when building RPM Packages of odo)
|
||||
# - gofmt doesn't exit with error code when there are errors
|
||||
|
||||
GO_FILES=$(find . \( -path ./vendor -o -path ./dist \) -prune -o -name '*.go' -print)
|
||||
GO_FILES=$(find . \( -path ./vendor -o -path ./dist -o -path ./.ibm/tools/tests-results/vendor \) -prune -o -name '*.go' -print)
|
||||
|
||||
for file in $GO_FILES; do
|
||||
gofmtOutput=$(gofmt -l "$file")
|
||||
|
||||
Reference in New Issue
Block a user