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: impl Inject Model #43

Merged
merged 1 commit into from
Jul 20, 2022
Merged

feat: impl Inject Model #43

merged 1 commit into from
Jul 20, 2022

Conversation

killagu
Copy link
Contributor

@killagu killagu commented Jul 20, 2022

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@codecov
Copy link

codecov bot commented Jul 20, 2022

Codecov Report

Merging #43 (ccb2118) into master (39a0817) will decrease coverage by 0.15%.
The diff coverage is 81.33%.

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   92.05%   91.89%   -0.16%     
==========================================
  Files         196      198       +2     
  Lines        3965     4035      +70     
  Branches      385      387       +2     
==========================================
+ Hits         3650     3708      +58     
- Misses        314      326      +12     
  Partials        1        1              
Impacted Files Coverage Δ
plugin/orm/lib/ContextModeObject.ts 75.75% <75.75%> (ø)
plugin/orm/lib/ContextModelProto.ts 77.77% <77.77%> (ø)
core/orm-decorator/src/decorator/Model.ts 100.00% <100.00%> (ø)
core/orm-decorator/src/util/ModelMetadataUtil.ts 100.00% <100.00%> (ø)
plugin/orm/app.ts 93.33% <100.00%> (+1.66%) ⬆️
plugin/orm/lib/LeoricRegister.ts 95.34% <100.00%> (+0.34%) ⬆️
plugin/orm/lib/ModelProtoHook.ts 100.00% <100.00%> (ø)
plugin/tegg/app/extend/application.ts 97.43% <0.00%> (+5.12%) ⬆️

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 39a0817...ccb2118. Read the comment docs.

@killagu killagu force-pushed the feat/inject_bone branch from 0844f62 to ccb2118 Compare July 20, 2022 14:22
@killagu killagu merged commit ced2ce2 into master Jul 20, 2022
@killagu killagu deleted the feat/inject_bone branch July 20, 2022 14:36
@killagu
Copy link
Contributor Author

killagu commented Jul 20, 2022

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.

1 participant