-
Notifications
You must be signed in to change notification settings - Fork 15
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
Sentence-case #1034
Sentence-case #1034
Conversation
@superstar54 please review the last commit |
@superstar54 I'm trying to fix the failed test. Simple enough, just regenerate the summary reference. However, since upgrading to the latest image, I can no longer run tests locally 😞 First I was missing |
This is an issue with our stack. See here. For now, switching to the |
Also, the solution was not to regenerate. It's just that the test is looking for hard coded strings that this PR changed (made sentence-case). Fixed! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1034 +/- ##
=======================================
Coverage 67.58% 67.58%
=======================================
Files 117 117
Lines 6488 6488
=======================================
Hits 4385 4385
Misses 2103 2103
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6af4d43
to
3bb9ed1
Compare
3bb9ed1
to
1413a12
Compare
@superstar54 can you please have a quick look once the tests pass? 🙏 |
The test failed. Seems need to change "From Example" to "From example"? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @edan-bainglass , LGTM! I approved. Please merge when the tests pass.
@superstar54 the docker build is now consistently failing with a timeout on |
Ah, it IS this PR that is the cause of the failure. The test is looking for "From Examples", but this PR made it "From examples", so there we go. Okay, will fix in another PR. |
This PR enforces sentence casing throughout the app.
Closes #987