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

fix: typo in struct AddOptions #87

Merged
merged 1 commit into from
Feb 11, 2023
Merged

fix: typo in struct AddOptions #87

merged 1 commit into from
Feb 11, 2023

Conversation

bjschafer
Copy link
Contributor

Fixes #65

Describe the pull request

This fixes a typo in AddOptions.

Given this changes the public API, an alternative would be to deprecate Pathsepcs, add Pathspecs, and add a small shim. I'm happy to do that if y'all would rather :)

Link to the issue: #65

Checklist

  • I agree to follow the Code of Conduct by submitting this pull request.
  • I have read and acknowledge the Contributing guide.
  • I have added test cases to cover the new code.

@unknwon
Copy link
Member

unknwon commented Feb 11, 2023

Re-open the PR to trigger the CI.

@unknwon unknwon closed this Feb 11, 2023
@unknwon unknwon reopened this Feb 11, 2023
@codecov
Copy link

codecov bot commented Feb 11, 2023

Codecov Report

Merging #87 (065ee78) into master (58d9f16) will decrease coverage by 0.34%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
- Coverage   83.18%   82.85%   -0.34%     
==========================================
  Files          27       27              
  Lines        1737     1738       +1     
==========================================
- Hits         1445     1440       -5     
- Misses        179      185       +6     
  Partials      113      113              

Copy link
Member

@unknwon unknwon left a comment

Choose a reason for hiding this comment

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

Thank you!

@unknwon unknwon merged commit 03d62cb into gogs:master Feb 11, 2023
@unknwon
Copy link
Member

unknwon commented Feb 11, 2023

FYI I'll publish a new version once #86 is also gotten merged.

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.

Typo in struct AddOptions
2 participants