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

Fix bug with CLI processing entire filesystem #126

Merged
merged 1 commit into from
Jul 4, 2020

Conversation

browniebroke
Copy link
Owner

Fixes #124

@browniebroke browniebroke added the bug Something isn't working label Jul 4, 2020
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Jul 4, 2020

Sourcery Code Quality Report (beta)

Merging this PR leaves code quality unchanged.

Before After Change
Quality 8.76 8.76 -0.0
Complexity 1.5 1.5 0.0
Method Length 45.27 45.37 0.1
Lines 135 135 0
Changed files Quality Before Quality After Quality Change
django_codemod/cli.py 8.76 8.76 -0.0

Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Let us know what you think of it via email or our Gitter!

@codecov
Copy link

codecov bot commented Jul 4, 2020

Codecov Report

Merging #126 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #126   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          455       455           
=========================================
  Hits           455       455           
Impacted Files Coverage Δ
django_codemod/cli.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 8626e6b...663321a. Read the comment docs.

@browniebroke browniebroke merged commit 1bebff7 into master Jul 4, 2020
@browniebroke browniebroke deleted the bugfix/gather_files_list branch July 4, 2020 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

codemod goes all over the place and triggers OOM
1 participant