You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2702 we are working on improving how and when the report is shown in the PR comment and app to provide clearer and more accurate information. From #2922, we decided v1 is the following scenarios updated / reporting paradigm:
If no error and status is pending:
Do not display a comment until the report is finalized
Await all uploads and show the report only when fully processed
If there is an error:
Display the error message in the PR comment
Do not show the partial report
As a next step, we want to explore the ability to incrementally report on patch coverage as uploads are successfully parsed. The concept is to:
Receive confirmation for specific lines in the patch as uploads are processed
Update the report incrementally with patch coverage information, showing which lines are covered by tests
Wait to display the full overall report (e.g., project coverage) until all uploads are successfully processed
This way the user receives the most important data point – patch – and can move on in absense of the remaining report.
The text was updated successfully, but these errors were encountered:
Context
In #2702 we are working on improving how and when the report is shown in the PR comment and app to provide clearer and more accurate information. From #2922, we decided v1 is the following scenarios updated / reporting paradigm:
If no error and status is pending:
If there is an error:
As a next step, we want to explore the ability to incrementally report on patch coverage as uploads are successfully parsed. The concept is to:
This way the user receives the most important data point – patch – and can move on in absense of the remaining report.
The text was updated successfully, but these errors were encountered: