JuliaDebug / JuliaInterpreter.jl

Interpreter for Julia code
Other
158 stars 33 forks source link

use child `@testset` to get nicer test summary #618

Closed aviatesk closed 3 months ago

aviatesk commented 3 months ago

Without this, the tests would stop prematurely, which means if there's even one unresolved regression, we'd miss out on detecting any additional regressions.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 82.76%. Comparing base (e0e34be) to head (978d8d5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #618 +/- ## ========================================== - Coverage 82.78% 82.76% -0.03% ========================================== Files 12 12 Lines 2399 2396 -3 ========================================== - Hits 1986 1983 -3 Misses 413 413 ```

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