Describe the bug
Currently, the updated coverage reports aren't being pushed if the coverage threshold is not satisfied (Results job fails) even if manually approved. This is shown in PR #209 which will affect coverage comparisons for upcoming PRs.
High chances of new PRs failing because comparing to old coverage values/reports.
Expected behavior
Even if comparison is below threshold, update coverage reports/values for current PR. This will involve removing success check for Update job because currently the job is completely skipped if this occurs and doesn't update anything.
Screenshots

Describe the bug
Currently, the updated coverage reports aren't being pushed if the coverage threshold is not satisfied (Results job fails) even if manually approved. This is shown in PR #209 which will affect coverage comparisons for upcoming PRs.
High chances of new PRs failing because comparing to old coverage values/reports.
Expected behavior
Even if comparison is below threshold, update coverage reports/values for current PR. This will involve removing
successcheck for Update job because currently the job is completely skipped if this occurs and doesn't update anything.Screenshots
