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 multiple packages in the same repo #58

Merged
merged 8 commits into from
Oct 5, 2022

Conversation

CasperWA
Copy link
Collaborator

@CasperWA CasperWA commented Oct 5, 2022

Closes #55

Updates package_dir inputs to package_dirs: A single or multi-line input for listing multiple paths to packages, if so desired.

This updates the create-api-reference-docs pre-commit hook and associated workflows.

Also - it reverts to not use the experimental Python parser (griffe) for mkdocstrings.

@CasperWA CasperWA enabled auto-merge (squash) October 5, 2022 09:12
@codecov-commenter
Copy link

Codecov Report

Merging #58 (657136a) into main (e9addb8) will increase coverage by 0.19%.
The diff coverage is 57.89%.

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
+ Coverage   50.39%   50.58%   +0.19%     
==========================================
  Files           3        3              
  Lines         256      255       -1     
==========================================
  Hits          129      129              
+ Misses        127      126       -1     
Impacted Files Coverage Δ
ci_cd/tasks.py 50.60% <57.89%> (+0.20%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@CasperWA CasperWA disabled auto-merge October 5, 2022 09:12
@CasperWA CasperWA merged commit 26aa8eb into main Oct 5, 2022
@CasperWA CasperWA deleted the cwa/close-55-multiple-packages branch October 5, 2022 09:12
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.

Support multi-package repositories
2 participants