tbarlow12 / projector

The create-react-app for CSE projects
2 stars 0 forks source link

feat: Repo Service Implementation #4

Closed tbarlow12 closed 3 years ago

tbarlow12 commented 3 years ago

GitHub repo service implementation and other fixes

codecov[bot] commented 3 years ago

Codecov Report

Merging #4 (0962407) into master (aa0d71e) will increase coverage by 24.41%. The diff coverage is 51.72%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #4       +/-   ##
===========================================
+ Coverage    0.00%   24.41%   +24.41%     
===========================================
  Files          45       59       +14     
  Lines         220      299       +79     
  Branches        8       17        +9     
===========================================
+ Hits            0       73       +73     
- Misses        218      224        +6     
  Partials        2        2               
Impacted Files Coverage Δ
src/commands/backlog/backlog.ts 0.00% <ø> (ø)
.../commands/backlog/commands/create/backlogCreate.ts 0.00% <ø> (ø)
src/commands/backlog/commands/create/index.ts 0.00% <ø> (ø)
src/commands/backlog/commands/index.ts 0.00% <ø> (ø)
src/commands/backlog/commands/init/backlogInit.ts 0.00% <ø> (ø)
src/commands/backlog/commands/init/index.ts 0.00% <ø> (ø)
src/commands/backlog/index.ts 0.00% <ø> (ø)
src/commands/index.ts 0.00% <ø> (ø)
src/commands/init/index.ts 0.00% <ø> (ø)
src/commands/init/init.ts 0.00% <0.00%> (ø)
... and 88 more

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 aa0d71e...0962407. Read the comment docs.