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

CLI runtime + CI Tools #236

Merged
merged 9 commits into from
Jan 15, 2024
Merged

CLI runtime + CI Tools #236

merged 9 commits into from
Jan 15, 2024

Conversation

edobrb
Copy link
Member

@edobrb edobrb commented Jan 10, 2024

added packages:

  • ci-tools (contains the ci tools module + the rest API if served as rest endpoint https://ci-tools.mondrian.com)
  • cli-commander (cli runtime, used by cli in order to expose ci-tools)
  • cli (the mondrian cli, for now includes two commands coming from ci-tools "graphql-diff", "openapi-diff")

TODOS:

  • moves cli.ts inside ci-tools in it's own package cli

Copy link

codecov bot commented Jan 10, 2024

Codecov Report

Attention: 58 lines in your changes are missing coverage. Please review.

Comparison is base (9da51ca) 81.02% compared to head (a88f395) 80.88%.
Report is 5 commits behind head on develop.

Files Patch % Lines
packages/cli-commander/src/builder.ts 72.25% 13 Missing and 40 partials ⚠️
packages/ci-tools/src/impl/build-oas-report.ts 0.00% 4 Missing ⚠️
packages/ci-tools/src/impl/build-graphql-report.ts 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #236      +/-   ##
===========================================
- Coverage    81.02%   80.88%   -0.14%     
===========================================
  Files          101      103       +2     
  Lines        13525    13721     +196     
  Branches      2208     2252      +44     
===========================================
+ Hits         10958    11098     +140     
- Misses         404      418      +14     
- Partials      2163     2205      +42     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@edobrb edobrb marked this pull request as draft January 10, 2024 14:31
@edobrb edobrb changed the title Cli runtime CLI runtime + CI Tools Jan 10, 2024
@edobrb edobrb marked this pull request as ready for review January 15, 2024 09:58
@edobrb edobrb merged commit 3b6e0a5 into develop Jan 15, 2024
2 checks passed
@edobrb edobrb deleted the cli-runtime branch January 15, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building a CLI runtime CI tool for model changes check
1 participant