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

feat(proj-plugins): cross-check for project-plugins and project-generators #534

Merged
merged 1 commit into from
Feb 3, 2021

Conversation

JayaKrishnaNamburu
Copy link
Member

fixes #533

@JayaKrishnaNamburu JayaKrishnaNamburu added the dev experience Something related to the dev/project setup label Feb 3, 2021
@JayaKrishnaNamburu JayaKrishnaNamburu self-assigned this Feb 3, 2021
@codecov
Copy link

codecov bot commented Feb 3, 2021

Codecov Report

Merging #534 (bdddb18) into development (1b2a976) will decrease coverage by 0.10%.
The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #534      +/-   ##
===============================================
- Coverage        74.25%   74.15%   -0.11%     
===============================================
  Files              161      161              
  Lines             5792     5800       +8     
  Branches          1345     1349       +4     
===============================================
  Hits              4301     4301              
- Misses            1410     1418       +8     
  Partials            81       81              
Impacted Files Coverage Δ
...es/teleport-project-generator-angular/src/index.ts 100.00% <ø> (ø)
...ges/teleport-project-generator-gatsby/src/index.ts 97.61% <ø> (ø)
...s/teleport-project-generator-gridsome/src/index.ts 100.00% <ø> (ø)
...kages/teleport-project-generator-next/src/index.ts 100.00% <ø> (ø)
...kages/teleport-project-generator-nuxt/src/index.ts 100.00% <ø> (ø)
...ges/teleport-project-generator-preact/src/index.ts 100.00% <ø> (ø)
...ages/teleport-project-generator-react/src/index.ts 100.00% <ø> (ø)
...eleport-project-generator-reactnative/src/index.ts 100.00% <ø> (ø)
...es/teleport-project-generator-stencil/src/index.ts 100.00% <ø> (ø)
...ckages/teleport-project-generator-vue/src/index.ts 100.00% <ø> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1b2a976...bdddb18. Read the comment docs.

@JayaKrishnaNamburu JayaKrishnaNamburu merged commit 909285c into development Feb 3, 2021
@JayaKrishnaNamburu JayaKrishnaNamburu deleted the feat/project-plugins-check branch February 3, 2021 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev experience Something related to the dev/project setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add check for project-generator plugins to cross verify the use of related plugins.
2 participants