Skip to content

feat: add tree node properties #49

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

Merged
merged 2 commits into from
Dec 18, 2023
Merged

feat: add tree node properties #49

merged 2 commits into from
Dec 18, 2023

Conversation

hunjixin
Copy link
Collaborator

No description provided.

@hunjixin hunjixin force-pushed the feat/support_tree_property branch from 2180a37 to ece08e8 Compare December 17, 2023 12:09
@hunjixin
Copy link
Collaborator Author

#47

@hunjixin hunjixin linked an issue Dec 17, 2023 that may be closed by this pull request
@hunjixin hunjixin force-pushed the feat/support_tree_property branch from ece08e8 to 67418b1 Compare December 17, 2023 12:12
Copy link

codecov bot commented Dec 17, 2023

Codecov Report

Merging #49 (0cef941) into main (b3ec816) will increase coverage by 2.04%.
Report is 1 commits behind head on main.
The diff coverage is 76.25%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #49      +/-   ##
==========================================
+ Coverage   56.34%   58.39%   +2.04%     
==========================================
  Files          71       82      +11     
  Lines        7191     7970     +779     
==========================================
+ Hits         4052     4654     +602     
- Misses       2691     2810     +119     
- Partials      448      506      +58     
Files Coverage Δ
versionmgr/changes.go 70.44% <ø> (ø)
versionmgr/commit.go 65.34% <100.00%> (+0.39%) ⬆️
versionmgr/merkletrie/internal/frame/frame.go 100.00% <100.00%> (ø)
versionmgr/merkletrie/internal/fsnoder/dir.go 100.00% <100.00%> (ø)
versionmgr/merkletrie/internal/fsnoder/file.go 100.00% <100.00%> (ø)
versionmgr/tree_node.go 74.24% <100.00%> (-1.57%) ⬇️
versionmgr/worktree.go 61.90% <100.00%> (-1.72%) ⬇️
versionmgr/merkletrie/noder/path.go 97.72% <97.72%> (ø)
models/repo.go 70.00% <66.66%> (-3.08%) ⬇️
auth/session_store.go 0.00% <0.00%> (ø)
... and 11 more

... and 1 file with indirect coverage changes

@hunjixin hunjixin force-pushed the feat/support_tree_property branch from 67418b1 to d1a1a9f Compare December 17, 2023 12:13
@Brownjy Brownjy merged commit d7170b7 into main Dec 18, 2023
@Brownjy Brownjy deleted the feat/support_tree_property branch December 18, 2023 02:21
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.

feat: 目录树对象增加元数据信息保存功能
2 participants