-
Notifications
You must be signed in to change notification settings - Fork 420
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
fix: only fire the post_log signal when the log is created or when there is an error #561
Conversation
@hramezani should we expose |
Codecov Report
@@ Coverage Diff @@
## master #561 +/- ##
==========================================
+ Coverage 94.96% 94.98% +0.02%
==========================================
Files 31 31
Lines 994 998 +4
==========================================
+ Hits 944 948 +4
Misses 50 50
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
CHANGELOG.md
Outdated
@@ -7,6 +7,7 @@ | |||
#### Improvements | |||
|
|||
#### Fixes | |||
* only fire the `post_log` signal when the log is created or when there is an error in the process. |
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.
* only fire the `post_log` signal when the log is created or when there is an error in the process. | |
- fix: Only fire the `post_log` signal when the log is created or when there is an error in the process. |
Thanks @aqeelat for the path 🙏 I only left a suggestion. Other than that, LGTM 👍
Not for now |
@hramezani then I guess we shouldn't pass it to the post_log signal? |
yes, let's not pass it for now. |
5e2327d
to
21c90eb
Compare
Thanks @aqeelat |
Closes #536