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
394 stars 77 forks source link

Document some parameters for JSON.writeJSON #1922

Closed linuswagner closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 49%. Comparing base (39f96ec) to head (a646235). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1922 +/- ## ======================================= Coverage 49% 49% - Complexity 6161 6163 +2 ======================================= Files 661 661 Lines 58698 58701 +3 Branches 8547 8548 +1 ======================================= + Hits 28958 28962 +4 - Misses 27549 27551 +2 + Partials 2191 2188 -3 ```

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

jurgenvinju commented 3 months ago

Thanks @linuswagner