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

Use a single macro to create the LANG enumerator #1049

Closed Luni-4 closed 1 year ago

Luni-4 commented 1 year ago

This PR joins the LANG enumerator creation into a single macro in order to have its definition in a single point

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (d314d14) 74.09% compared to head (19c9343) 74.09%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1049 +/- ## ======================================= Coverage 74.09% 74.09% ======================================= Files 64 64 Lines 16033 16033 ======================================= Hits 11880 11880 Misses 4153 4153 ``` | [Impacted Files](https://app.codecov.io/gh/mozilla/rust-code-analysis/pull/1049?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://app.codecov.io/gh/mozilla/rust-code-analysis/pull/1049?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla#diff-c3JjL21hY3Jvcy5ycw==) | `69.81% <ø> (ø)` | |

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