linuxlizard / pymake

Parse GNU Makefiles with Python. Work in progress!
GNU General Public License v2.0
31 stars 9 forks source link

create HTML representation of parsed makefile #5

Closed linuxlizard closed 1 year ago

linuxlizard commented 1 year ago

Intial pass of adding HTML output. Work in progress.

codecov-commenter commented 1 year ago

Codecov Report

Merging #5 (4822dc1) into master (fe77d62) will decrease coverage by 0.18%. The diff coverage is 33.33%.

: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             @@
##           master       #5      +/-   ##
==========================================
- Coverage   54.60%   54.42%   -0.18%     
==========================================
  Files          25       26       +1     
  Lines        3115     3140      +25     
  Branches      621      627       +6     
==========================================
+ Hits         1701     1709       +8     
- Misses       1278     1295      +17     
  Partials      136      136              
Flag Coverage Δ
unittests 54.42% <33.33%> (-0.18%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pymake/pymake.py 17.04% <0.00%> (-0.40%) :arrow_down:
pymake/html.py 40.00% <40.00%> (ø)
pymake/rules.py 28.00% <75.00%> (+1.61%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more