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

Pathspec support #55

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Pathspec support #55

merged 3 commits into from
Oct 29, 2024

Conversation

mih
Copy link
Member

@mih mih commented Oct 29, 2024

This code is being migrated from datalad-next.

@codecov-commenter
Copy link

codecov-commenter commented Oct 29, 2024

Codecov Report

Attention: Patch coverage is 97.60000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 98.58%. Comparing base (8769ec5) to head (744a925).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
datasalad/gitpathspec/pathspec.py 97.56% 1 Missing and 2 partials ⚠️
datasalad/gitpathspec/tests/test_gitpathspec.py 96.29% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   98.80%   98.58%   -0.22%     
==========================================
  Files          31       35       +4     
  Lines        1167     1417     +250     
  Branches       82      129      +47     
==========================================
+ Hits         1153     1397     +244     
- Misses          7       10       +3     
- Partials        7       10       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Besides the basic type provided here, the key feature is the translation
of pathspecs into the scope of a subdirectory. This is the foundational
support for implementations that focus on submodule-recursion combined
with pathspecs. Git does not generally provide this support in its
commands.
Copy link

codeclimate bot commented Oct 29, 2024

Code Climate has analyzed commit 744a925 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

View more on Code Climate.

@mih mih merged commit b1cc072 into main Oct 29, 2024
8 checks passed
@mih mih deleted the pathspec branch October 29, 2024 14:37
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