Closed hannahbast closed 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.31%. Comparing base (
26a3d42
) to head (b81d670
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Number of Tests | Previous Status | Current Status |
---|---|---|
6 | Passed | Failed |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
1537 introduced various pecularities in the logging regarding parallel parsing. In particular, for a single input stream, a deprecation warning is shown even when
--parse-parallel
or-p
are explicity specified on the command line, which is the recommended behavior. This code is now refactored, with a more uniform and informative logging, and a deprecation warning is only shown when it should be.