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

Convert format strings to f-strings #1738

Merged
merged 1 commit into from
May 24, 2023
Merged

Conversation

gsingh93
Copy link
Member

Similar to #1735 but this time running this command instead:

 python3 -m libcst.tool codemod convert_format_to_fstring.ConvertFormatStringCommand .

@codecov-commenter
Copy link

Codecov Report

Merging #1738 (e09889e) into dev (6e0d159) will decrease coverage by 0.02%.
The diff coverage is 50.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##              dev    #1738      +/-   ##
==========================================
- Coverage   58.61%   58.60%   -0.02%     
==========================================
  Files         175      175              
  Lines       21251    21251              
  Branches     1900     1900              
==========================================
- Hits        12457    12454       -3     
- Misses       8191     8193       +2     
- Partials      603      604       +1     
Impacted Files Coverage Δ
gdbinit.py 40.32% <0.00%> (ø)
pwndbg/auxv.py 38.73% <0.00%> (ø)
pwndbg/commands/dumpargs.py 75.00% <ø> (ø)
pwndbg/commands/search.py 34.57% <0.00%> (ø)
pwndbg/commands/vmmap.py 67.36% <ø> (ø)
pwndbg/exception.py 61.11% <0.00%> (ø)
pwndbg/ghidra.py 31.91% <0.00%> (ø)
pwndbg/commands/xinfo.py 64.00% <33.33%> (ø)
pwndbg/commands/heap.py 73.49% <58.33%> (ø)
pwndbg/commands/shell.py 83.33% <100.00%> (ø)
... and 4 more

... and 1 file with indirect coverage changes

@gsingh93 gsingh93 merged commit a3b66da into pwndbg:dev May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants