-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cache env variables #2280
Cache env variables #2280
Conversation
Hello francoisferrand,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
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.
👍
/approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ARSN-442. Goodbye francoisferrand. The following options are set: approve |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development/8.2 #2280 +/- ##
===================================================
+ Coverage 66.30% 66.33% +0.03%
===================================================
Files 215 215
Lines 17336 17340 +4
Branches 3555 3545 -10
===================================================
+ Hits 11494 11502 +8
+ Misses 5827 5822 -5
- Partials 15 16 +1 ☔ View full report in Codecov by Sentry. |
Reading env variables is costly, so do it only once on startup.
Issue: ARSN-442