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

chore: separate out build tsconfig #281

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

wschurman
Copy link
Member

@wschurman wschurman commented Apr 7, 2025

Why

A follow-up to #280 to no longer include test files in built files. While this shouldn't matter too much (since they weren't in the barrel files) it is still better for sanity.

This allows us to consolidate testfixture pattern and clean up the sync test from #280.

How

Add new tsconfigs, update scripts, update test.

Test Plan

Run tests. Then try yarn tsc and yarn build, inspect the outputs.

Copy link
Member Author

wschurman commented Apr 7, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@wschurman wschurman force-pushed the @wschurman/04-07-chore_separate_out_build_tsconfig branch from 7651148 to e3c3ac9 Compare April 7, 2025 22:22
@wschurman wschurman force-pushed the @wschurman/04-07-feat_add_expo/entity-testing-utils_package branch 2 times, most recently from b64fd88 to 98eef2d Compare April 7, 2025 22:28
@wschurman wschurman force-pushed the @wschurman/04-07-chore_separate_out_build_tsconfig branch 2 times, most recently from eb4f596 to 7ae6c2d Compare April 7, 2025 22:33
@wschurman wschurman force-pushed the @wschurman/04-07-feat_add_expo/entity-testing-utils_package branch from 98eef2d to adf1c53 Compare April 7, 2025 22:33
@wschurman wschurman force-pushed the @wschurman/04-07-chore_separate_out_build_tsconfig branch from 7ae6c2d to 80f3983 Compare April 7, 2025 22:33
Copy link

codecov bot commented Apr 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (485894a) to head (81b7e9e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #281      +/-   ##
===========================================
+ Coverage   99.68%   100.00%   +0.31%     
===========================================
  Files          81        80       -1     
  Lines        2192      2155      -37     
  Branches      241       230      -11     
===========================================
- Hits         2185      2155      -30     
+ Misses          7         0       -7     
Flag Coverage Δ
integration 100.00% <ø> (+0.31%) ⬆️
unittest 100.00% <ø> (+0.31%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@wschurman wschurman requested review from quinlanj and sjchmiela April 7, 2025 22:49
@wschurman wschurman marked this pull request as ready for review April 7, 2025 22:49
Copy link
Member Author

wschurman commented Apr 9, 2025

Merge activity

  • Apr 9, 12:11 PM EDT: A user started a stack merge that includes this pull request via Graphite.
  • Apr 9, 12:12 PM EDT: Graphite rebased this pull request as part of a merge.
  • Apr 9, 12:16 PM EDT: A user merged this pull request with Graphite.

@wschurman wschurman changed the base branch from @wschurman/04-07-feat_add_expo/entity-testing-utils_package to graphite-base/281 April 9, 2025 16:11
@wschurman wschurman changed the base branch from graphite-base/281 to main April 9, 2025 16:11
@wschurman wschurman force-pushed the @wschurman/04-07-chore_separate_out_build_tsconfig branch from 80f3983 to 81b7e9e Compare April 9, 2025 16:12
@wschurman wschurman merged commit 0ea917a into main Apr 9, 2025
2 checks passed
@wschurman wschurman deleted the @wschurman/04-07-chore_separate_out_build_tsconfig branch April 9, 2025 16: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.

3 participants