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: Add todos-profile command #412

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: Add todos-profile command #412

wants to merge 2 commits into from

Conversation

ianlewis
Copy link
Owner

Updates #45

Signed-off-by: Ian Lewis <[email protected]>
@ianlewis ianlewis linked an issue Aug 27, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 27, 2023

Codecov Report

Merging #412 (5b01acd) into main (de2be7e) will not change coverage.
The diff coverage is 11.11%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #412   +/-   ##
=======================================
  Coverage   79.90%   79.90%           
=======================================
  Files          19       18    -1     
  Lines        1045     1045           
  Branches       14       14           
=======================================
  Hits          835      835           
  Misses        151      151           
  Partials       59       59           
Files Changed Coverage Δ
internal/cmd/todos/app/app.go 81.14% <11.11%> (ø)

... and 1 file with indirect coverage changes

Signed-off-by: Ian Lewis <[email protected]>
"github.com/ianlewis/todos/internal/cmd/todos/app"
"github.com/ianlewis/todos/internal/utils"
)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a todos-profile command comment.

@@ -288,3 +288,14 @@ func walkerOptionsFromContext(c *cli.Context) (*walker.Options, error) {

return &o, nil
}

// Main is the main function of the `todos` command.
func Main() {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A very simple Main test might be good.

@ianlewis ianlewis marked this pull request as draft November 6, 2023 02:33
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.

Benchmarking & Performance
1 participant