jonhoo / inferno

A Rust port of FlameGraph
Other
1.65k stars 118 forks source link

Don't quote generic font families in CSS #252

Closed jasonrhansen closed 2 years ago

jasonrhansen commented 2 years ago

Fixes #244

When passing a font type to use for the generated flamegraph, if it is one of the following we shouldn't put quotes around it:

codecov[bot] commented 2 years ago

Codecov Report

Merging #252 (7f2d74a) into master (acc8981) will decrease coverage by 0.02%. The diff coverage is 75.00%.

@@            Coverage Diff             @@
##           master     #252      +/-   ##
==========================================
- Coverage   87.32%   87.30%   -0.03%     
==========================================
  Files          18       18              
  Lines        2525     2528       +3     
==========================================
+ Hits         2205     2207       +2     
- Misses        320      321       +1     
Impacted Files Coverage Δ
src/flamegraph/svg.rs 75.90% <75.00%> (-0.18%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update acc8981...7f2d74a. Read the comment docs.

jonhoo commented 2 years ago

Released in 0.11.6 :tada: