Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schema.json for validating config yaml #675

Merged
merged 13 commits into from
Dec 4, 2022
Merged

Add schema.json for validating config yaml #675

merged 13 commits into from
Dec 4, 2022

Conversation

Kesin11
Copy link
Owner

@Kesin11 Kesin11 commented Nov 29, 2022

We provide JSON schema for CIAnalyzer config yaml.
If user using vscode-yaml it enable validating their config yaml and given completion support from VSCode.

@codecov
Copy link

codecov bot commented Nov 29, 2022

Codecov Report

Merging #675 (0edf53a) into master (11aa6d0) will increase coverage by 1.15%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #675      +/-   ##
==========================================
+ Coverage   39.27%   40.43%   +1.15%     
==========================================
  Files          27       28       +1     
  Lines        1166     1197      +31     
  Branches      223      224       +1     
==========================================
+ Hits          458      484      +26     
- Misses        689      694       +5     
  Partials       19       19              
Impacted Files Coverage Δ
src/runner/circleci_runner_v1.ts 33.76% <ø> (ø)
src/runner/circleci_runner_v2.ts 38.35% <ø> (ø)
src/config/bitrise_config.ts 100.00% <100.00%> (ø)
src/config/circleci_config.ts 100.00% <100.00%> (ø)
src/config/config.ts 66.66% <100.00%> (ø)
src/config/github_config.ts 100.00% <100.00%> (ø)
src/config/jenkins_config.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Kesin11 Kesin11 added the fix Refactor or something internal change label Dec 4, 2022
@Kesin11 Kesin11 merged commit dca6a93 into master Dec 4, 2022
@Kesin11 Kesin11 deleted the yaml_validation branch December 4, 2022 16:35
@Kesin11
Copy link
Owner Author

Kesin11 commented Dec 20, 2022

ref: #635

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Refactor or something internal change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant