-
Notifications
You must be signed in to change notification settings - Fork 309
Fix various typos #1936
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
base: main
Are you sure you want to change the base?
Fix various typos #1936
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your changes status has failed because you have indirect coverage changes. Learn more about Unexpected Coverage Changes and reasons for indirect coverage changes. Additional details and impacted files@@ Coverage Diff @@
## main #1936 +/- ##
==========================================
+ Coverage 84.11% 85.00% +0.88%
==========================================
Files 198 181 -17
Lines 22241 13074 -9167
Branches 4687 1206 -3481
==========================================
- Hits 18709 11113 -7596
+ Misses 2610 1778 -832
+ Partials 922 183 -739
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 133 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
@luzpaz I merged in the latest from main to resolve the build issues you hit before. The only outstanding issue to fix is the DCO check. You can see how to resolve that here: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1936/checks?check_run_id=49903144636 |
* Added otiotool tutorial documentation * Improved otiotool usage & argument validation Signed-off-by: Joshua Minor <[email protected]> Signed-off-by: luzpaz <[email protected]>
Signed-off-by: Darby Johnston <[email protected]> Signed-off-by: luzpaz <[email protected]>
Found via `codespell -L bui,fo,thirdparty` Signed-off-by: luzpaz <[email protected]>
…n#1935) * Remove MinGW CI jobs Signed-off-by: Darby Johnston <[email protected]> * Comment out the MinGW job Signed-off-by: Darby Johnston <[email protected]> * Try just disabling the check-manifest and lint check Signed-off-by: Darby Johnston <[email protected]> * Add comment Signed-off-by: Darby Johnston <[email protected]> --------- Signed-off-by: Darby Johnston <[email protected]> Signed-off-by: luzpaz <[email protected]>
…#1939) * Only have dependabot check monthly Signed-off-by: Darby Johnston <[email protected]> Signed-off-by: luzpaz <[email protected]>
Oh man, I fubar'd this PR up 😞 |
Haha. Yeah, it's "fun with git" day today :) We can still make this work. When we do land this PR we will squash it like we do to all the other commits into main. If you can do an interactive rebase of your branch onto the latest main, keeping just your one commit that you want to keep, that should resolve these issues. If you haven't done that before, lmk and I can help find a tutorial. |
Link the Issue(s) this Pull Request is related to.
n/a
Use one line for each Issue. This allows auto-closing the related issue when the fix is merged.
Found via
codespell -L bui,fo,thirdparty
Describe the reason for the change: uniformity
Reference associated tests.
n/a