Closed mmeisinger closed 7 years ago
@@ Coverage Diff @@
## master #35 +/- ##
==========================================
+ Coverage 89.3% 89.36% +0.07%
==========================================
Files 8 8
Lines 327 329 +2
==========================================
+ Hits 292 294 +2
Misses 35 35
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 81f31e7...910ec00. Read the comment docs.
Thanks, this is a nice fix for the mis-designed env api.
The global environment stack is deprecated now. Now this is the major way to run itunesiap.
Enable specifying an explicit override environment "env" in the Request.verify() and call in order to avoid a pop from the environment stack. This makes cases with thread concurrency deterministic and avoids the Environment.current() stack access.
Example: