tonybaloney / wily

A Python application for tracking, reporting on timing and complexity in Python code
Apache License 2.0
1.21k stars 59 forks source link

Fix graph not displaying filenames as line labels #202

Closed devdanzin closed 1 year ago

devdanzin commented 1 year ago

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 commented 1 year ago

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% <ø> (ø)