Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

Improve Mermaid Escaping #808

Closed EagleoutIce closed 1 month ago

EagleoutIce commented 1 month ago

Now, we use the html shortcodes to avoid escaping problems.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 71.79%. Comparing base (f1debbb) to head (e365865).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #808 +/- ## ========================================== + Coverage 71.78% 71.79% +0.01% ========================================== Files 201 201 Lines 7199 7202 +3 Branches 1211 1110 -101 ========================================== + Hits 5168 5171 +3 Misses 1681 1681 Partials 350 350 ```

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

EagleoutIce commented 1 month ago

Currently, Oparu is down, which explains the failing tests.

EagleoutIce commented 1 month ago

This pull request is included in v2.0.2 (see Release v2.0.2 (Fixing Control-Flow, Markdown-Exports, and Handling of Unnamed Closures)).