Closed Hook25 closed 4 weeks ago
Attention: Patch coverage is 95.83333%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 48.00%. Comparing base (
fc12ed5
) to head (3b916a0
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
checkbox-ng/checkbox_ng/launcher/stages.py | 95.83% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
When submitting to C3, Checkbox receives a submission URL. This url is printed to the console. It is very hard and hackish to retreive this URL from the stdout of the process, therefore this adds a new rule to the exporter that also propagates this URL to a file on disk, printing the location like others do
Resolved issues
N/A
Documentation
N/A
Tests
This adds two new unit tests for the functionality + 1 for a small refactoring