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

refactor: replace cosmicconfig with lilconfig #157

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

Conversation

tylerbutler
Copy link
Owner

No description provided.

Copy link

changeset-bot bot commented Nov 30, 2024

⚠️ No Changeset found

Latest commit: dd3c0f6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Jan 26, 2025

Codecov Report

Attention: Patch coverage is 78.57143% with 15 lines in your changes missing coverage. Please review.

Project coverage is 70.48%. Comparing base (cd3686c) to head (dd3c0f6).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
packages/cli-api/src/configCommand.ts 0.00% 14 Missing ⚠️
packages/cli-api/src/loadConfig.ts 96.96% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (cd3686c) and HEAD (dd3c0f6). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (cd3686c) HEAD (dd3c0f6)
2 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #157       +/-   ##
===========================================
- Coverage   94.34%   70.48%   -23.86%     
===========================================
  Files          11       22       +11     
  Lines        1061     1552      +491     
  Branches      118      142       +24     
===========================================
+ Hits         1001     1094       +93     
- Misses         59      457      +398     
  Partials        1        1               
Components Coverage Δ
dill 95.50% <ø> (-0.29%) ⬇️
fundamentals 100.00% <ø> (ø)
sort-tsconfig 94.23% <ø> (ø)
Files with missing lines Coverage Δ
packages/cli-api/src/commands/configTest.ts 100.00% <100.00%> (ø)
...ckages/cli-api/src/commands/configTestNoDefault.ts 100.00% <100.00%> (ø)
packages/cli-api/src/json.ts 95.65% <100.00%> (ø)
packages/cli-api/src/testConfig.ts 100.00% <100.00%> (ø)
packages/cli-api/src/loadConfig.ts 96.96% <96.96%> (ø)
packages/cli-api/src/configCommand.ts 2.63% <0.00%> (ø)

... and 6 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

Comment on lines +9 to +12

// "importHelpers": true,
// "declarationMap": false,
// "skipLibCheck": true,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// "importHelpers": true,
// "declarationMap": false,
// "skipLibCheck": true,

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.

1 participant