getcodelimit / codelimit

Your Refactoring Alarm 🔔
https://codelimit.vercel.app
GNU General Public License v3.0
36 stars 3 forks source link

:bug: Issue 9 fix python header extraction #10

Closed robvanderleek closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #10 (62a40ec) into main (42b4ad0) will increase coverage by 0.43%. The diff coverage is 99.14%.

:exclamation: 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             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   94.73%   95.17%   +0.43%     
==========================================
  Files          54       56       +2     
  Lines        1634     1802     +168     
==========================================
+ Hits         1548     1715     +167     
- Misses         86       87       +1     
Files Changed Coverage Δ
codelimit/common/token_matching/TokenMatching.py 97.50% <97.50%> (ø)
codelimit/common/Scanner.py 100.00% <100.00%> (ø)
codelimit/common/scope/ScopeExtractor.py 81.81% <100.00%> (ø)
codelimit/common/scope/scope_utils.py 95.23% <100.00%> (ø)
codelimit/languages/c/CScopeExtractor.py 100.00% <100.00%> (ø)
...t/languages/javascript/JavaScriptScopeExtractor.py 34.78% <100.00%> (ø)
codelimit/languages/python/PythonScopeExtractor.py 100.00% <100.00%> (ø)
...t/languages/typescript/TypeScriptScopeExtractor.py 34.78% <100.00%> (ø)
tests/common/test_scope_utils.py 100.00% <100.00%> (ø)
tests/common/token_matching/test_TokenMatching.py 100.00% <100.00%> (ø)
... and 2 more

... and 1 file with indirect coverage changes