zaquestion / lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
https://zaquestion.github.io/lab
Creative Commons Zero v1.0 Universal
1.1k stars 103 forks source link

todo: Add remote selection and tests #803

Closed prarit closed 2 years ago

prarit commented 2 years ago

Add the ability to select a remote and add tests for the todo functions.

Signed-off-by: Prarit Bhargava prarit@redhat.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #803 (9dfbd8b) into master (81de4e1) will increase coverage by 0.70%. The diff coverage is 54.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #803      +/-   ##
==========================================
+ Coverage   54.77%   55.47%   +0.70%     
==========================================
  Files          77       77              
  Lines        5678     5694      +16     
==========================================
+ Hits         3110     3159      +49     
+ Misses       2288     2245      -43     
- Partials      280      290      +10     
Impacted Files Coverage Δ
cmd/issue_edit.go 72.32% <44.44%> (-2.68%) :arrow_down:
cmd/mr_edit.go 61.05% <44.44%> (-1.25%) :arrow_down:
cmd/todo_issue.go 78.57% <100.00%> (+66.07%) :arrow_up:
cmd/todo_mr.go 78.57% <100.00%> (+66.07%) :arrow_up:
cmd/ci_run.go 63.63% <0.00%> (-1.99%) :arrow_down:
internal/git/git.go 55.02% <0.00%> (-1.79%) :arrow_down:
cmd/mr_create.go 73.99% <0.00%> (-1.01%) :arrow_down:
cmd/util.go 74.06% <0.00%> (-0.87%) :arrow_down:
cmd/fork.go 63.15% <0.00%> (+5.26%) :arrow_up:
cmd/todo_list.go 38.27% <0.00%> (+25.92%) :arrow_up:
... and 3 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 25678df...9dfbd8b. Read the comment docs.