Closed GlassOfWhiskey closed 1 week ago
Attention: Patch coverage is 80.64516%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 70.93%. Comparing base (
d77a5ec
) to head (b89a29e
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
streamflow/report.py | 80.00% | 5 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Sometimes it could be useful to produce a report that summarises multiple workflow executions. The
report
command is now capable to generate a report from multiple workflows, concatenating them into a single timeline.This commit also adds some non-regression tests for the
report
feature.