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: make categorize_detour/2 public #2820

Merged
merged 1 commit into from
Sep 26, 2024
Merged

feat: make categorize_detour/2 public #2820

merged 1 commit into from
Sep 26, 2024

Conversation

firestack
Copy link
Member

No description provided.

@firestack firestack requested a review from a team as a code owner September 26, 2024 12:29
Copy link

Coverage of commit 80b04a0

Summary coverage rate:
  lines......: 92.5% (3310 of 3580 lines)
  functions..: 71.4% (1366 of 1912 functions)
  branches...: no data found

Files changed coverage rate:
                                                                  |Lines       |Functions  |Branches    
  Filename                                                        |Rate     Num|Rate    Num|Rate     Num
  ======================================================================================================
  lib/skate/detours/detours.ex                                    |86.8%     38|76.5%    17|    -      0

Download coverage report

@@ -95,19 +95,25 @@ defmodule Skate.Detours.Detours do

@type detour_type :: :active | :draft | :past

@doc """
Copy link
Contributor

Choose a reason for hiding this comment

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

Non-blocking, but wouldn't hate this as a fast-follow: This is a good candidate for doctests.

Copy link
Member Author

Choose a reason for hiding this comment

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

agreed! I don't think I have the bandwidth for that right now, but I'd take a commit if you wanted to.

Copy link
Contributor

Choose a reason for hiding this comment

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

Let's not block this PR on that - I'll queue it up as a fast-follow and see if I can get it done in the 16 hours remaining to me.

@firestack firestack enabled auto-merge (squash) September 26, 2024 13:39
Copy link

Coverage of commit 427f1a3

Summary coverage rate:
  lines......: 92.5% (3310 of 3580 lines)
  functions..: 71.4% (1366 of 1912 functions)
  branches...: no data found

Files changed coverage rate:
                                                                  |Lines       |Functions  |Branches    
  Filename                                                        |Rate     Num|Rate    Num|Rate     Num
  ======================================================================================================
  lib/skate/detours/detours.ex                                    |86.8%     38|76.5%    17|    -      0

Download coverage report

@joshlarson joshlarson disabled auto-merge September 26, 2024 14:12
Copy link
Contributor

@joshlarson joshlarson left a comment

Choose a reason for hiding this comment

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

I disabled auto-merge so that you can respond to #2820 (comment), but I think this looks good once that's addressed.

@firestack firestack enabled auto-merge (squash) September 26, 2024 14:38
Copy link

Coverage of commit a226e00

Summary coverage rate:
  lines......: 92.5% (3310 of 3580 lines)
  functions..: 71.4% (1366 of 1912 functions)
  branches...: no data found

Files changed coverage rate:
                                                                  |Lines       |Functions  |Branches    
  Filename                                                        |Rate     Num|Rate    Num|Rate     Num
  ======================================================================================================
  lib/skate/detours/detours.ex                                    |86.8%     38|76.5%    17|    -      0

Download coverage report

Copy link

Coverage of commit a226e00

Summary coverage rate:
  lines......: 92.5% (3310 of 3580 lines)
  functions..: 71.4% (1366 of 1912 functions)
  branches...: no data found

Files changed coverage rate:
                                                                  |Lines       |Functions  |Branches    
  Filename                                                        |Rate     Num|Rate    Num|Rate     Num
  ======================================================================================================
  lib/skate/detours/detours.ex                                    |86.8%     38|76.5%    17|    -      0

Download coverage report

@firestack firestack merged commit e1a4e39 into main Sep 26, 2024
8 of 9 checks passed
@firestack firestack deleted the kf/feat/pub-category branch September 26, 2024 14:50
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.

2 participants