-
Notifications
You must be signed in to change notification settings - Fork 16
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
Text corrections #370
Text corrections #370
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #370 +/- ##
==========================================
+ Coverage 74.30% 74.36% +0.06%
==========================================
Files 143 143
Lines 9433 9433
==========================================
+ Hits 7009 7015 +6
+ Misses 1709 1705 -4
+ Partials 715 713 -2
☔ View full report in Codecov by Sentry. |
hmm. Not sure why the generated file is different for you. |
Try run this workflow in your forked repo. |
Running
|
Sure thing. Currently running... |
From the file diff, it seems like this may be able to fix the discrepancy here. Can you try merge the latest main and see if it passes CI |
It seems that that made the trick. Finally all checks passed :-) |
Replaces PR #359
Text corrections on multiple files.
make generate
andmake lint
passed.