envdoc icon indicating copy to clipboard operation
envdoc copied to clipboard

chore: refactor ast parser and inspector

Open g4s8 opened this issue 1 year ago • 1 comments

Keep current context for ast.File in AST parser. Iterate over all files in file-set to traverse with AST parser.

For #23

g4s8 avatar May 09 '24 09:05 g4s8

Codecov Report

Attention: Patch coverage is 44.53961% with 259 lines in your changes missing coverage. Please review.

Project coverage is 43.08%. Comparing base (f8f8c47) to head (591db74).

Files Patch % Lines
config.go 0.00% 110 Missing :warning:
parser.go 44.15% 32 Missing and 11 partials :warning:
debug.go 0.00% 40 Missing :warning:
main.go 0.00% 32 Missing :warning:
render.go 0.00% 31 Missing :warning:
converter.go 97.14% 2 Missing and 1 partial :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #24       +/-   ##
===========================================
- Coverage   93.89%   43.08%   -50.82%     
===========================================
  Files           9       10        +1     
  Lines         672      564      -108     
===========================================
- Hits          631      243      -388     
- Misses         34      309      +275     
- Partials        7       12        +5     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 09 '24 09:05 codecov[bot]

TODO: needs to improve coverage.

g4s8 avatar Jul 30 '24 08:07 g4s8