-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature/DEVSU-834-add-email-when-user-assigned #269
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #269 +/- ##
===========================================
- Coverage 80.26% 80.01% -0.26%
===========================================
Files 156 157 +1
Lines 4931 4973 +42
Branches 536 545 +9
===========================================
+ Hits 3958 3979 +21
- Misses 933 948 +15
- Partials 40 46 +6
☔ View full report in Codecov by Sentry. |
@@ -20,6 +20,7 @@ if (ENV === 'production') { | |||
} | |||
|
|||
const DEFAULT_TEST_USER = 'ipr-bamboo-admin'; | |||
const DEFAULT_EMAIL_ADDRESS = 'rpletz'; |
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.
let's make this 'dat' or 'ipr', so it targets the team.
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.
Actually what happens if there's just no default email address?
Feature: