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

Fix graph not displaying filenames as line labels #202

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

devdanzin
Copy link
Collaborator

When fixing #190, I missed a place where path should become path_ and that leads to wrong line labels in graph. This PR fixes the issue introduced in #191.

@codecov-commenter
Copy link

codecov-commenter commented Jul 24, 2023

Codecov Report

Merging #202 (d4ae1d6) into master (0863684) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #202   +/-   ##
=======================================
  Coverage   95.32%   95.32%           
=======================================
  Files          24       24           
  Lines        1241     1241           
  Branches      278      278           
=======================================
  Hits         1183     1183           
  Misses         33       33           
  Partials       25       25           
Impacted Files Coverage Δ
src/wily/commands/graph.py 100.00% <ø> (ø)

@tonybaloney tonybaloney merged commit 578e361 into tonybaloney:master Jul 27, 2023
19 checks passed
@devdanzin devdanzin deleted the fix_graph_path_display branch July 27, 2023 09:53
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

3 participants