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 dependencies in pyproject.toml #13

Merged
merged 11 commits into from
Jul 18, 2022
Merged

Support dependencies in pyproject.toml #13

merged 11 commits into from
Jul 18, 2022

Conversation

gsheni
Copy link
Contributor

@gsheni gsheni commented Mar 22, 2022

  • Added support for projects with dependencies in pyproject.toml (such as sktime)

@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2022

Codecov Report

Merging #13 (8bb5c73) into main (f705cb9) will increase coverage by 0.51%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   94.36%   94.88%   +0.51%     
==========================================
  Files           8        8              
  Lines         266      293      +27     
==========================================
+ Hits          251      278      +27     
  Misses         15       15              
Impacted Files Coverage Δ
...pendency_generator/minimum_dependency_generator.py 96.09% <100.00%> (+0.55%) ⬆️
minimum_dependency_generator/tests/conftest.py 100.00% <100.00%> (ø)
...inimum_dependency_generator/tests/test_cfg_toml.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f705cb9...8bb5c73. Read the comment docs.

@gsheni gsheni self-assigned this Mar 23, 2022
@gsheni gsheni requested a review from freddyaboulton March 23, 2022 00:40
@gsheni gsheni changed the title Update minimum_dependency_generator.py Support dependencies in pyproject.toml Mar 23, 2022
@gsheni gsheni marked this pull request as ready for review March 23, 2022 00:41
@gsheni gsheni merged commit 33a4698 into main Jul 18, 2022
@gsheni gsheni deleted the support_pyproject_toml branch July 18, 2022 17:34
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