Skip to content
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 data race sending mail #82

Merged
merged 6 commits into from
Jul 6, 2023
Merged

fix data race sending mail #82

merged 6 commits into from
Jul 6, 2023

Conversation

xhit
Copy link
Owner

@xhit xhit commented Jul 4, 2023

Fix #75

@xhit xhit mentioned this pull request Jul 4, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 6, 2023

Codecov Report

Merging #82 (fcf2fd2) into master (6250c42) will increase coverage by 20.89%.
The diff coverage is 59.09%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff             @@
##           master      #82       +/-   ##
===========================================
+ Coverage   33.09%   53.98%   +20.89%     
===========================================
  Files           7        7               
  Lines        1233     1243       +10     
===========================================
+ Hits          408      671      +263     
+ Misses        799      507      -292     
- Partials       26       65       +39     
Flag Coverage Δ
unittests 53.98% <59.09%> (+20.89%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
email.go 34.45% <59.09%> (+31.88%) ⬆️

... and 1 file with indirect coverage changes

@xhit xhit self-assigned this Jul 6, 2023
@xhit xhit merged commit 6b425f7 into master Jul 6, 2023
98 checks passed
@xhit xhit deleted the issue75 branch July 6, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Race on timeout
2 participants