JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
1.2k stars 75 forks source link

fix: correct remaining --auto mismatches #1612

Closed JoshuaKGoldberg closed 3 months ago

JoshuaKGoldberg commented 3 months ago

PR Checklist

Overview

Fills in a lot of logic around defaults that was previously not hooked up. --auto now completely works as expected in this repository.

💖

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 98.36066% with 2 lines in your changes missing coverage. Please review.

Project coverage is 97.77%. Comparing base (d502d3e) to head (2f2e3ed). Report is 115 commits behind head on main.

Files Patch % Lines
.../shared/options/createOptionDefaults/index.test.ts 97.95% 1 Missing :warning:
src/shared/options/createOptionDefaults/index.ts 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1612 +/- ## ========================================== - Coverage 98.09% 97.77% -0.32% ========================================== Files 102 174 +72 Lines 5764 9728 +3964 Branches 491 953 +462 ========================================== + Hits 5654 9512 +3858 - Misses 109 215 +106 Partials 1 1 ``` | [Flag](https://app.codecov.io/gh/JoshuaKGoldberg/create-typescript-app/pull/1612/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josh+Goldberg+%E2%9C%A8) | Coverage Δ | | |---|---|---| | [create](https://app.codecov.io/gh/JoshuaKGoldberg/create-typescript-app/pull/1612/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josh+Goldberg+%E2%9C%A8) | `70.83% <38.09%> (+0.11%)` | :arrow_up: | | [initialize](https://app.codecov.io/gh/JoshuaKGoldberg/create-typescript-app/pull/1612/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josh+Goldberg+%E2%9C%A8) | `44.32% <59.52%> (+0.01%)` | :arrow_up: | | [migrate](https://app.codecov.io/gh/JoshuaKGoldberg/create-typescript-app/pull/1612/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josh+Goldberg+%E2%9C%A8) | `71.65% <61.90%> (+0.98%)` | :arrow_up: | | [unit](https://app.codecov.io/gh/JoshuaKGoldberg/create-typescript-app/pull/1612/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josh+Goldberg+%E2%9C%A8) | `90.50% <98.30%> (+11.99%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Josh+Goldberg+%E2%9C%A8#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

:tada: This is included in version v1.67.3 :tada:

The release is available on:

Cheers! 📦🚀