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

feat: custom env by options.env #107

Merged
merged 2 commits into from
May 31, 2023

f

2dcaa06
Select commit
Loading
Failed to load commit list.
Merged

feat: custom env by options.env #107

f
2dcaa06
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 31, 2023 in 0s

92.54% (+6.15%) compared to 5420a47

View this Pull Request on Codecov

92.54% (+6.15%) compared to 5420a47

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: +6.15 🎉

Comparison is base (5420a47) 86.38% compared to head (2dcaa06) 92.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   86.38%   92.54%   +6.15%     
==========================================
  Files          14       15       +1     
  Lines        1991     1999       +8     
  Branches      287      329      +42     
==========================================
+ Hits         1720     1850     +130     
+ Misses        271      149     -122     
Impacted Files Coverage Δ
lib/agent_worker.js 100.00% <100.00%> (ø)
lib/app_worker.js 100.00% <100.00%> (+8.20%) ⬆️
lib/master.js 97.41% <100.00%> (+8.71%) ⬆️
lib/utils/messenger.js 98.36% <100.00%> (+3.27%) ⬆️
lib/utils/mode/impl/worker_threads/app.js 74.72% <100.00%> (ø)
lib/utils/options.js 90.47% <100.00%> (+0.47%) ⬆️
lib/utils/terminate.js 97.46% <100.00%> (+40.50%) ⬆️
lib/utils/timer.js 100.00% <100.00%> (ø)

... and 3 files with indirect coverage changes

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