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

fix(cli): change the env files name in default template #15328

Merged
merged 3 commits into from
Mar 14, 2024

Conversation

TheKonka
Copy link
Member

#14979 #15009

这个 PR 做了什么? (简要描述所做更改)
修复设置环境变量无效问题

这个 PR 是什么类型? (至少选择一个)

这个 PR 涉及以下平台:

  • 所有小程序
  • 微信小程序
  • 支付宝小程序
  • 百度小程序
  • 字节跳动小程序
  • QQ 轻应用
  • 京东小程序
  • 快应用平台(QuickApp)
  • Web 平台(H5)
  • 移动端(React-Native)
  • 鸿蒙(harmony)

@Chen-jj Chen-jj added this to the 3.6.25 milestone Mar 13, 2024
@Chen-jj
Copy link
Contributor

Chen-jj commented Mar 14, 2024

@TheKonka 感谢贡献~

Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.37%. Comparing base (f080a07) to head (b51196c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #15328      +/-   ##
==========================================
- Coverage   58.67%   58.37%   -0.30%     
==========================================
  Files         489      489              
  Lines       21830    22142     +312     
  Branches     5612     5743     +131     
==========================================
+ Hits        12809    12926     +117     
- Misses       7841     8060     +219     
+ Partials     1180     1156      -24     
Flag Coverage Δ
taro-cli 57.36% <ø> (-5.93%) ⬇️
taro-runner 46.21% <ø> (ø)
taro-runtime 65.35% <ø> (ø)
taro-web 40.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 12 files with indirect coverage changes

@Chen-jj Chen-jj merged commit 0e1cf4b into NervJS:main Mar 14, 2024
23 checks passed
@TheKonka TheKonka deleted the fix/env branch March 14, 2024 09:28
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.

环境变量TARO_APP_ID无效
2 participants