Skip to content

feat: open repo at path #428

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

Merged
merged 1 commit into from
Nov 28, 2024
Merged

feat: open repo at path #428

merged 1 commit into from
Nov 28, 2024

Conversation

cococonscious
Copy link
Contributor

Added a method to the CocoGitto implementation to allow for using CocoGitto at custom paths, not only the current working directory.
I need it in cococonscious/koji for the git-like "-C" argument and integration tests.

Added a method to the CocoGitto implementation to allow for using CocoGitto at custom paths, not only the current working directory.
cococonscious added a commit to cococonscious/koji that referenced this pull request Nov 10, 2024
Added an argument almost equivalent to Git's "-C", mainly for the purpose of making integration tests isolated. This feature depends on cocogitto/cocogitto#428, as the commit will otherwise still be made in the current working directory.
Copy link

codecov bot commented Nov 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.68%. Comparing base (24dd3da) to head (8847d5d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #428   +/-   ##
=======================================
  Coverage   86.68%   86.68%           
=======================================
  Files          49       49           
  Lines        7036     7039    +3     
=======================================
+ Hits         6099     6102    +3     
  Misses        937      937           

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

cococonscious added a commit to cococonscious/koji that referenced this pull request Nov 13, 2024
Added an argument almost equivalent to Git's "-C", mainly for the purpose of making integration tests isolated. This feature depends on cocogitto/cocogitto#428, as the commit will otherwise still be made in the current working directory.
@oknozor oknozor merged commit f496807 into cocogitto:main Nov 28, 2024
8 checks passed
cococonscious added a commit to cococonscious/koji that referenced this pull request Dec 9, 2024
Added an argument almost equivalent to Git's "-C", mainly for the
purpose of making integration tests isolated. This feature depends on
cocogitto/cocogitto#428, and therefore v6.2.0, as the commit will
otherwise still be made in the current working directory.
This commit reduces code test coverage as many skips were removed.
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