-
Notifications
You must be signed in to change notification settings - Fork 11
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
Release v0.9.0 #243
Merged
Release v0.9.0 #243
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I did not mean to refactor the entire function. I just didn't realize how many edge cases there were when handling dynamic references. I used chatGPT for the regex. It took many tries before it gave me a working one. When I asked it why it took so long for us to derive the correct answer, it replied with a very generic list of reasons of why it might have taken so long. The top of that list was miscommunication. I asked it if it thought we miscommunicated and surprisingly it was able to clearly articulate how we miscommunicated. I am both excited and afraid of what the next 10 years will bring.
He was the first contributor and he finished the last couple of features to make unit testing with cloud-radar match the capabilities of the AWS Cloudformation service.
This check is based on how much coverage a PR has. The current value was 3%, which meant that 97% of an PR had to be covered for the check to pass. This was too high and often would stop PR's that were opened by renovate that only changed dependnency versions and didn't modify and project code. Changing this to 70% seems like a much more reasonable target to hit.
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
==========================================
- Coverage 96.95% 96.39% -0.57%
==========================================
Files 10 10
Lines 624 638 +14
Branches 128 132 +4
==========================================
+ Hits 605 615 +10
- Misses 12 14 +2
- Partials 7 9 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.