-
Notifications
You must be signed in to change notification settings - Fork 4
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: add CI check for needing to run ctix #258
base: @wschurman/02-20-feat_default_all_loaders_and_mutators_to_enforcing
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## @wschurman/02-20-feat_default_all_loaders_and_mutators_to_enforcing #258 +/- ##
=====================================================================================================
Coverage 100.00% 100.00%
=====================================================================================================
Files 80 80
Lines 2071 2071
Branches 285 285
=====================================================================================================
Hits 2071 2071
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
63622df
to
09f813c
Compare
09f813c
to
8d86164
Compare
Why
#255 switched barreling to
ctix
and fully-automated it (no manual intervention). But the intention is still to have the author run the command when they add new files in case they don't want the new files to be exported in the barrel.This PR adds a CI step to ensure that the barrels are up to date.
How
Run
yarn ctix
and check if working directory is dirty. If so, fail the CI run.Test Plan
Blah.ts
, in src. Don't runyarn ctix
.