{Codecov upload issue debugging} - Ensuring the Codecov UI is able to react to data from a commit that is re-run #2684
Labels
Area: Report Processing
Issues with report processing
Area: Report Upload
Issues with pre-ingest report uploading
epic
this label is used to mark issues as epics
in discovery
The design, product, and specifications require refinement
P0: must do
priority 10
Milestone
Problem
The Codecov UI is essentially static after the CI finishes for a commit - which is problematic in the following scenarios
We want to ensure the Codecov UI updates data for the commit in this scenario.
Why is it important?
Not seeing consistency on what you see on the PR reflect what you see confuses people.
Path forward
ensure the coverage report errors on the commits tab are shown/not shown based on if the latest coverage report upload (new run, same commit) was successful or not
Update top level coverage statistics for the commit and PR with result from latest result
Set
notify_error
totrue
for all new customers (the default appears to befalse
). This allows any issues with uploads to surface on the PR comment as well --> serves as a warning signal to users that coverage reporting on the UI may be impacted.The text was updated successfully, but these errors were encountered: