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

Add ChangeSet to CodeTF when adding dependency to requirements.txt #86

Merged
merged 3 commits into from
Oct 23, 2023

Create changeset for updated dependencies

2e44dc0
Select commit
Loading
Failed to load commit list.
Merged

Add ChangeSet to CodeTF when adding dependency to requirements.txt #86

Create changeset for updated dependencies
2e44dc0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2023 in 0s

95.70% (target 90.00%)

View this Pull Request on Codecov

95.70% (target 90.00%)

Details

Codecov Report

Merging #86 (2e44dc0) into main (7112886) will decrease coverage by 0.24%.
The diff coverage is 93.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
- Coverage   95.94%   95.70%   -0.24%     
==========================================
  Files          48       48              
  Lines        1900     1957      +57     
==========================================
+ Hits         1823     1873      +50     
- Misses         77       84       +7     
Files Coverage Δ
src/codemodder/change.py 100.00% <100.00%> (ø)
src/codemodder/codemodder.py 98.01% <100.00%> (-0.10%) ⬇️
src/codemodder/codemods/base_codemod.py 100.00% <100.00%> (ø)
src/codemodder/file_context.py 100.00% <100.00%> (ø)
src/core_codemods/process_creation_sandbox.py 100.00% <100.00%> (ø)
src/core_codemods/url_sandbox.py 100.00% <100.00%> (ø)
src/core_codemods/use_defused_xml.py 100.00% <100.00%> (ø)
src/codemodder/context.py 96.87% <92.85%> (-3.13%) ⬇️
src/codemodder/dependency_manager.py 89.79% <89.58%> (-10.21%) ⬇️