-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 Less stringent regex for AWS tag value #5155
🐛 Less stringent regex for AWS tag value #5155
Conversation
1bf2c63
to
aa19565
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit aa19565 and detected 0 issues on this pull request. View more on Code Climate. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5155 +/- ##
=========================================
- Coverage 85.2% 80.3% -4.9%
=========================================
Files 1277 383 -894
Lines 52421 13484 -38937
Branches 1133 221 -912
=========================================
- Hits 44674 10841 -33833
+ Misses 7514 2601 -4913
+ Partials 233 42 -191
Flags with carried forward coverage won't be shown. Click here to find out more.
|
What do these changes do?
this PR let the regex be more flexible (even though it is not strictly speaking compatible with AWS tag values)
Related issue/s
How to test
Dev Checklist
DevOps Checklist