egg-aop icon indicating copy to clipboard operation
egg-aop copied to clipboard

refactor: format code

Open popomore opened this issue 7 years ago • 1 comments

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

popomore avatar Nov 29 '18 18:11 popomore

Codecov Report

Merging #2 into master will decrease coverage by 1.15%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #2      +/-   ##
=========================================
- Coverage   92.06%   90.9%   -1.16%     
=========================================
  Files           9       9              
  Lines         189     187       -2     
  Branches       36      36              
=========================================
- Hits          174     170       -4     
  Misses          7       7              
- Partials        8      10       +2
Impacted Files Coverage Δ
lib/getInstance.ts 93.22% <ø> (-3.45%) :arrow_down:
config/config.default.ts 100% <ø> (ø) :arrow_up:
lib/appctx.ts 100% <ø> (ø) :arrow_up:
app/extend/application.ts 100% <ø> (ø) :arrow_up:
lib/decorators.ts 88.57% <ø> (ø) :arrow_up:
app/extend/context.ts 100% <ø> (ø) :arrow_up:
lib/index.ts 100% <ø> (ø) :arrow_up:
lib/typeLoader.ts 100% <100%> (ø) :arrow_up:
lib/aspect.ts 83.01% <75%> (ø) :arrow_up:

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 d4e69e4...a994f3a. Read the comment docs.

codecov[bot] avatar Dec 28 '18 03:12 codecov[bot]