mozilla / rust-code-analysis

Library to analyze and collect metrics on source code
https://mozilla.github.io/rust-code-analysis/
262 stars 46 forks source link

Do not stringify twice #1043

Closed Luni-4 closed 1 year ago

Luni-4 commented 1 year ago

This PR avoids using stringify! macro twice, since we have already used that for the docname parameter

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (9b7ead6) 74.19% compared to head (ed29e37) 74.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1043 +/- ## ======================================= Coverage 74.19% 74.19% ======================================= Files 64 64 Lines 15923 15923 ======================================= Hits 11814 11814 Misses 4109 4109 ``` | [Impacted Files](https://codecov.io/gh/mozilla/rust-code-analysis/pull/1043?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla) | Coverage Δ | | |---|---|---| | [src/macros.rs](https://codecov.io/gh/mozilla/rust-code-analysis/pull/1043?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla#diff-c3JjL21hY3Jvcy5ycw==) | `65.21% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.