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

[WIP] feat: devcontainer with codespaces #350

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

atian25
Copy link
Contributor

@atian25 atian25 commented Nov 3, 2022

No description provided.

@fengmk2 fengmk2 added the enhancement New feature or request label Nov 4, 2022
test/TestUtil.ts Outdated
@@ -42,10 +42,10 @@ export class TestUtil {

static getMySqlConfig() {
return {
host: process.env.MYSQL_HOST || 'localhost',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个修改了本地起 mysql 开发就不行了。

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #350 (3231a27) into master (6624a36) will decrease coverage by 0.59%.
Report is 139 commits behind head on master.
The diff coverage is 92.98%.

@@            Coverage Diff             @@
##           master     #350      +/-   ##
==========================================
- Coverage   97.45%   96.86%   -0.59%     
==========================================
  Files         168      180      +12     
  Lines       15691    17530    +1839     
  Branches     2018     2280     +262     
==========================================
+ Hits        15291    16981    +1690     
- Misses        400      549     +149     
Files Coverage Δ
app/common/FileUtil.ts 100.00% <100.00%> (ø)
app/common/UserUtil.ts 100.00% <100.00%> (ø)
app/common/adapter/CacheAdapter.ts 100.00% <100.00%> (ø)
app/common/adapter/NPMRegistry.ts 100.00% <100.00%> (ø)
app/common/adapter/binary/AbstractBinary.ts 94.17% <100.00%> (+0.11%) ⬆️
...pp/common/adapter/binary/ChromeForTestingBinary.ts 100.00% <100.00%> (+2.89%) ⬆️
app/common/adapter/binary/NodePreGypBinary.ts 98.69% <100.00%> (+<0.01%) ⬆️
app/common/adapter/binary/PlaywrightBinary.ts 99.26% <100.00%> (+0.14%) ⬆️
...on/adapter/changesStream/CnpmjsorgChangesStream.ts 100.00% <100.00%> (ø)
app/common/constants.ts 100.00% <100.00%> (ø)
... and 69 more

@fengmk2
Copy link
Member

fengmk2 commented Jan 6, 2024

@thonatos 还继续么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants