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

Make tree-sitter API for language retrieval private #1047

Closed Luni-4 closed 1 year ago

Luni-4 commented 1 year ago

Make tree-sitter language API for language retrieval, only used privately to create a parser, private.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 85.71% and project coverage change: +0.02 :tada:

Comparison is base (fbf98a1) 74.24% compared to head (744d389) 74.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1047 +/- ## ========================================== + Coverage 74.24% 74.27% +0.02% ========================================== Files 64 64 Lines 15928 15931 +3 ========================================== + Hits 11826 11832 +6 + Misses 4102 4099 -3 ``` | [Impacted Files](https://app.codecov.io/gh/mozilla/rust-code-analysis/pull/1047?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/1047?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla#diff-c3JjL21hY3Jvcy5ycw==) | `69.81% <75.00%> (+4.42%)` | :arrow_up: | | [src/parser.rs](https://app.codecov.io/gh/mozilla/rust-code-analysis/pull/1047?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mozilla#diff-c3JjL3BhcnNlci5ycw==) | `38.02% <100.00%> (+3.24%)` | :arrow_up: |

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