-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update yml to YAML in text references #2455
Conversation
49b52fe
to
02b608f
Compare
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.
The changes introduced in the commit appear to be purely text replacements, changing instances of 'yml' to 'yaml'. There are no functional changes. While this change doesn't affect the functionality of the system itself, it might help to provide consistency in language and nomenclature for better user understanding.
@@ -16,7 +16,7 @@ const RegenerateProfilingTokenModal = ({ | |||
body={ | |||
<div className="flex flex-col gap-4"> | |||
<h2 className="font-semibold">Impact Analysis</h2> | |||
<p>If you save the new token, make sure to update your CI yml</p> | |||
<p>If you save the new token, make sure to update your CI yaml</p> |
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.
'yaml' is referenced here in all lowercase which can look less professional compared to its CamelCase or uppercase equivalent 'YAML'. As this is user facing text, I recommend standardizing the usage of 'YAML' across your application in order to maintain consistency.
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.
thanks
✅ Deploy Preview for gazebo-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for gazebo-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
5ce7d36
to
f024cf1
Compare
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.
CodecovAI submitted a new review for f024cf1
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2455 +/- ##
=====================================
Coverage 98.10 98.10
=====================================
Files 767 767
Lines 9786 9786
Branches 2428 2474 +46
=====================================
Hits 9600 9600
Misses 184 184
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
f024cf1
to
3a44a9f
Compare
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.
CodecovAI submitted a new review for 3a44a9f
...age/SettingsTab/tabs/GeneralTab/Tokens/ImpactAnalysisToken/RegenerateProfilingTokenModal.jsx
Show resolved
Hide resolved
src/pages/RepoPage/SettingsTab/tabs/GeneralTab/Tokens/RepoUploadToken/RegenerateTokenModal.jsx
Show resolved
Hide resolved
src/pages/RepoPage/SettingsTab/tabs/GeneralTab/Tokens/RepoUploadToken/RepoUploadToken.spec.jsx
Show resolved
Hide resolved
...poPage/SettingsTab/tabs/GeneralTab/Tokens/StaticAnalysisToken/RegenerateStaticTokenModal.jsx
Show resolved
Hide resolved
...RepoPage/SettingsTab/tabs/GeneralTab/Tokens/StaticAnalysisToken/StaticAnalysisToken.spec.jsx
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #2455 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 767 767
Lines 9786 9786
Branches 2474 2474
=======================================
Hits 9600 9600
Misses 184 184
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2455 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 767 767
Lines 9786 9786
Branches 2460 2430 -30
=======================================
Hits 9600 9600
Misses 184 184
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
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.
CodecovAI submitted a new review for bdbda25
...RepoPage/SettingsTab/tabs/GeneralTab/Tokens/ImpactAnalysisToken/ImpactAnalysisToken.spec.jsx
Show resolved
Hide resolved
3972970
to
40a3bb6
Compare
40a3bb6
to
6e2ebcf
Compare
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.
Looks all good to me 👍
Description
This PR closes codecov/engineering-team#866. We are also changing all occurrences of
yaml
to uppercase.Legal Boilerplate
Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.