usethesource / rascal

The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
http://www.rascal-mpl.org
Other
407 stars 77 forks source link

Add method `getTagValue` that generalizes `getCategory` #2082

Closed sungshik closed 5 days ago

sungshik commented 5 days ago

This PR fixes:

codecov[bot] commented 5 days ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 49%. Comparing base (42cf801) to head (f9f4dd9). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...rascalmpl/values/parsetrees/ProductionAdapter.java 0% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2082 +/- ## ======================================= Coverage 49% 49% - Complexity 6318 6324 +6 ======================================= Files 664 664 Lines 59632 59633 +1 Branches 8648 8648 ======================================= + Hits 29496 29506 +10 + Misses 27922 27917 -5 + Partials 2214 2210 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.