Clean up/organize script and json files in top level directory (#15453)

* Clean up/organize script and json files in top level directory

* Add eng/tools to coverage config and alphabetize it
This commit is contained in:
Ben Broderick Phillips 2021-10-25 18:27:36 -04:00 коммит произвёл GitHub
Родитель 56f3d241ac
Коммит 3899bec742
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 19 добавлений и 20 удалений

Просмотреть файл

@ -1,36 +1,36 @@
{
"Packages": [
{
"Name": "azidentity",
"CoverageGoal": 0.68
},
{
"Name": "azcosmos",
"CoverageGoal": 0.40
"Name": "azblob",
"CoverageGoal": 0.45
},
{
"Name": "azcore",
"CoverageGoal": 0.85
},
{
"Name": "internal",
"CoverageGoal": 0.70
"Name": "azcosmos",
"CoverageGoal": 0.40
},
{
"Name": "azidentity",
"CoverageGoal": 0.68
},
{
"Name": "azsecrets",
"CoverageGoal": 0.76
},
{
"Name": "data",
"CoverageGoal": 0.62
},
{
"Name": "azblob",
"CoverageGoal": 0.45
"Name": "eng/tools",
"CoverageGoal": 0.0
},
{
"Name": "messaging",
"CoverageGoal": 0.10
},
{
"Name": "azsecrets",
"CoverageGoal": 0.76
"Name": "internal",
"CoverageGoal": 0.70
},
{
"Name": "messaging",

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -9,7 +9,7 @@ import (
"io/ioutil"
)
// GenerateOptions deserialize from generate_options.json file in root directory of azure-sdk-for-go
// GenerateOptions deserialize from eng/generate_options.json file in root directory of azure-sdk-for-go
type GenerateOptions struct {
AutorestArguments []string `json:"autorestArguments"`
AdditionalOptions []string `json:"additionalOptions,omitempty"`

Просмотреть файл

@ -5,7 +5,7 @@ package common
const (
// DefaultOptionPath the default path of the option file
DefaultOptionPath = "generate_options.json"
DefaultOptionPath = "eng/generate_options.json"
Services = "services"
ChangelogFilename = "CHANGELOG.md"

Просмотреть файл

@ -1 +0,0 @@
dirname $(find | grep _test.go | grep -v vendor) | sort -u

Просмотреть файл

@ -16,7 +16,7 @@
},
"initOptions": {
"initScript": {
"path": "sh ./initScript.sh",
"path": "sh ./eng/initScript.sh",
"stderr": {
"scriptWarning": false
}