Skip to content

feat: configFile: false to disable config file loading #245

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 4 commits into
base: main
Choose a base branch
from

Conversation

kricsleo
Copy link
Member

@kricsleo kricsleo commented Apr 9, 2025

resolves #236

This PR brings back support for configFile: false.

Copy link

codecov bot commented Apr 10, 2025

Codecov Report

Attention: Patch coverage is 61.70213% with 18 lines in your changes missing coverage. Please review.

Project coverage is 77.79%. Comparing base (42d9697) to head (689ce39).
Report is 131 commits behind head on main.

Files with missing lines Patch % Lines
src/watch.ts 0.00% 11 Missing ⚠️
src/loader.ts 80.55% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
+ Coverage   76.92%   77.79%   +0.87%     
==========================================
  Files           7        6       -1     
  Lines         806      635     -171     
  Branches       80      124      +44     
==========================================
- Hits          620      494     -126     
+ Misses        184      141      -43     
+ Partials        2        0       -2     

☔ 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.

@kricsleo kricsleo marked this pull request as ready for review April 10, 2025 07:40
@pi0 pi0 changed the title feat: avoid loading config file with configFile: false feat: configFile: false to disable config file loading Apr 10, 2025
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.

Support configFile: false
1 participant