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

Add email processing view for meico form #12497

Merged
merged 4 commits into from
Dec 20, 2022

Conversation

robhudson
Copy link
Member

One-line summary

Add a view to process email requests from MEICO forms.

@codecov
Copy link

codecov bot commented Dec 16, 2022

Codecov Report

Base: 77.58% // Head: 77.64% // Increases project coverage by +0.06% 🎉

Coverage data is based on head (80e0783) compared to base (166fb72).
Patch coverage: 91.42% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12497      +/-   ##
==========================================
+ Coverage   77.58%   77.64%   +0.06%     
==========================================
  Files         147      147              
  Lines        7820     7855      +35     
==========================================
+ Hits         6067     6099      +32     
- Misses       1753     1756       +3     
Impacted Files Coverage Δ
bedrock/mozorg/urls.py 88.88% <ø> (ø)
bedrock/mozorg/views.py 81.45% <89.65%> (+1.94%) ⬆️
bedrock/mozorg/forms.py 90.24% <100.00%> (+1.67%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@robhudson robhudson force-pushed the mieco-form branch 2 times, most recently from 39d5656 to d23d311 Compare December 19, 2022 17:29
Comment on lines +236 to +241
self.data = {
"name": "The Dude",
"email": "foo@bar.com",
"interests": "abiding, bowling",
"description": "The rug really tied the room together.",
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hah!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sometimes, there's a man...

@robhudson robhudson requested a review from pmac December 20, 2022 16:24
Copy link
Member

@pmac pmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@nathan-barrett nathan-barrett merged commit c84e267 into mozilla:main Dec 20, 2022
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.

3 participants