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

Add test for CLI tsconfig support #823

Merged
merged 1 commit into from Dec 22, 2023
Merged

Conversation

alangpierce
Copy link
Owner

This helps confirm that the code change from #822 is safe, which it seems to be. Previously, this code path was untested, but now that there are CLI integration tests, it's not so bad to write a new one for this case.

This helps confirm that the code change from #822 is safe, which it seems to be.
Previously, this code path was untested, but now that there are CLI integration
tests, it's not so bad to write a new one for this case.
Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (05bda34) 88.70% compared to head (4e92c34) 88.70%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #823   +/-   ##
=======================================
  Coverage   88.70%   88.70%           
=======================================
  Files          56       56           
  Lines        6082     6082           
  Branches     1446     1446           
=======================================
  Hits         5395     5395           
  Misses        421      421           
  Partials      266      266           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Benchmark results

Before this PR: 563.2 thousand lines per second
After this PR: 568.4 thousand lines per second

Measured change: 0.93% faster (1.01% slower to 1.67% faster)
Summary: Likely no significant difference

@alangpierce alangpierce merged commit ab642fe into main Dec 22, 2023
8 checks passed
@alangpierce alangpierce deleted the add-cli-tsconfig-test branch December 22, 2023 01:16
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.

None yet

1 participant