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

create HTML representation of parsed makefile #5

Merged
merged 2 commits into from Jun 23, 2023

Conversation

linuxlizard
Copy link
Owner

Intial pass of adding HTML output. Work in progress.

the graphviz output is a little too crazy so let's try a html document
with command line arg
@codecov-commenter
Copy link

codecov-commenter commented Jun 23, 2023

Codecov Report

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

❗ 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%) ⬇️

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%) ⬇️
pymake/html.py 40.00% <40.00%> (ø)
pymake/rules.py 28.00% <75.00%> (+1.61%) ⬆️

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

@linuxlizard linuxlizard merged commit 7ce1a6c into master Jun 23, 2023
8 checks passed
@linuxlizard linuxlizard deleted the dpoole/html-output branch June 23, 2023 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants