Skip to content

feat: integrate with capacitor config #770

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

NRodriguezcuellar
Copy link

@NRodriguezcuellar NRodriguezcuellar commented Jun 5, 2025

πŸ”— Linked issue

resolves #647

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

These changes add deeper integration to capacitor enabled projects, initial setup is done to adjust the typescript config according to if a capacitor config file is present and the path that it has set, so it can be excluded for type checking

Copy link

netlify bot commented Jun 5, 2025

βœ… Deploy Preview for friendly-lamington-fb5690 ready!

Name Link
πŸ”¨ Latest commit 8e71d1e
πŸ” Latest deploy log https://app.netlify.com/projects/friendly-lamington-fb5690/deploys/6846fc3224786600085c8b1e
😎 Deploy Preview https://deploy-preview-770--friendly-lamington-fb5690.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

codecov bot commented Jun 5, 2025

Codecov Report

Attention: Patch coverage is 86.27451% with 7 lines in your changes missing coverage. Please review.

Project coverage is 48.61%. Comparing base (9ae03a4) to head (8e71d1e).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/parts/capacitor.ts 83.72% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #770      +/-   ##
==========================================
+ Coverage   46.19%   48.61%   +2.41%     
==========================================
  Files          11       12       +1     
  Lines         671      722      +51     
  Branches       37       48      +11     
==========================================
+ Hits          310      351      +41     
- Misses        361      371      +10     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@NRodriguezcuellar
Copy link
Author

i could also add the functionality from #469 as it seems it was never completed? @danielroe

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.

Incorrect type checking after adding iOS and Android Apps
1 participant