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

Support outdir created at runtime #1072

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

atravitz
Copy link
Contributor

@atravitz atravitz commented Jan 9, 2025

Resolves #986 (comment)

Checklist

  • Added a news entry

Developers certificate of origin

@atravitz atravitz requested a review from mikemhenry January 9, 2025 23:58
),
)
@click.option(
'output', '-o', default=None,
type=click.Path(dir_okay=False, file_okay=True, path_type=pathlib.Path),
type=click.Path(dir_okay=False, file_okay=False, path_type=pathlib.Path),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the click.File option exists and is neat, but not applicable here since the default behavior relies on the transformation name

@atravitz atravitz marked this pull request as ready for review January 10, 2025 00:04
Copy link

No API break detected ✅

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (2eb0ec8) to head (eaa97db).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1072      +/-   ##
==========================================
- Coverage   94.47%   92.74%   -1.73%     
==========================================
  Files         135      135              
  Lines       10092    10090       -2     
==========================================
- Hits         9534     9358     -176     
- Misses        558      732     +174     
Flag Coverage Δ
fast-tests 92.74% <100.00%> (?)
slow-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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.

input validation for directory/json names
1 participant