Closed timopollmeier closed 11 months ago
Type | Number |
---|---|
Added | 1 |
:rocket: Conventional commits found.
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
5e211b3
) 53.10% compared to head (300fb9e
) 53.55%.
Files | Patch % | Lines |
---|---|---|
scripts/create-consolidated-report.gmp.py | 81.81% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What
This adds the command line options ++container-id and ++new-container-name to the create-consolidated-report script.
The ++container-id option checks if a container task with the given id exists and upload the consolidated report there instead of creating a new task.
The ++new-container-name defines the name of the container task when creating a new one instead of using an automatically generated name.
Why
To give users more control where the report is uploaded.
References
GEA-372
Checklist