CodeCov uploading sanity pass

- Upgrade action to v4.
- Add ReleaseNotes check to fail job if it doesn't detect the `codecov/project` check on the run in 15 minutes.
- Mark Upload Codecov Job as flaky.
This commit is contained in:
Jordan Dominion
2024-08-18 12:49:04 -04:00
parent d82b5b5bd1
commit ec71b37a1d
3 changed files with 40 additions and 5 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
const CONSIDERED_JOBS = [
"Windows Live Tests",
"Linux Live Tests",
"Build .deb Package"
"Build .deb Package",
"Upload Code Coverage"
];
async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {