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

Remove breakpoints codemod #196

Merged
merged 6 commits into from
Jan 4, 2024
Merged

Remove breakpoints codemod #196

merged 6 commits into from
Jan 4, 2024

Conversation

clavedeluna
Copy link
Contributor

@clavedeluna clavedeluna commented Dec 29, 2023

Overview

*Codemod that removes breakpoint() or pdb.set_trace() from code *

@clavedeluna clavedeluna force-pushed the remove-breakpoint-codemod branch from 3dd4d73 to 67a644e Compare December 29, 2023 12:19
Copy link

codecov bot commented Dec 29, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (8c108a9) 96.37% compared to head (7dd9c4c) 96.37%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #196      +/-   ##
==========================================
- Coverage   96.37%   96.37%   -0.01%     
==========================================
  Files          85       86       +1     
  Lines        3918     3942      +24     
==========================================
+ Hits         3776     3799      +23     
- Misses        142      143       +1     
Files Coverage Δ
src/core_codemods/__init__.py 100.00% <100.00%> (ø)
src/core_codemods/remove_debug_breakpoint.py 95.65% <95.65%> (ø)

@clavedeluna clavedeluna marked this pull request as ready for review December 29, 2023 12:32
src/codemodder/scripts/generate_docs.py Outdated Show resolved Hide resolved
src/core_codemods/remove_debug_breakpoint.py Outdated Show resolved Hide resolved
@clavedeluna clavedeluna force-pushed the remove-breakpoint-codemod branch from 09654bc to 1f5ea7e Compare January 2, 2024 20:16
@clavedeluna clavedeluna requested a review from drdavella January 2, 2024 21:24
@clavedeluna clavedeluna force-pushed the remove-breakpoint-codemod branch from 1f5ea7e to 23f493b Compare January 2, 2024 21:24
@clavedeluna clavedeluna force-pushed the remove-breakpoint-codemod branch from 23f493b to 7dd9c4c Compare January 4, 2024 18:50
Copy link

sonarqubecloud bot commented Jan 4, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@clavedeluna clavedeluna enabled auto-merge January 4, 2024 18:50
@clavedeluna clavedeluna added this pull request to the merge queue Jan 4, 2024
Merged via the queue into main with commit 03c3782 Jan 4, 2024
14 checks passed
@clavedeluna clavedeluna deleted the remove-breakpoint-codemod branch January 4, 2024 19:19
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.

3 participants