Strip Codecov checks entirely. We'll revisit after we see how it works after the v4 uploader change

This commit is contained in:
Jordan Dominion
2024-08-19 21:43:18 -04:00
parent 2bb8ceeb27
commit a7005195d8
2 changed files with 2 additions and 26 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ const CONSIDERED_STEP_PREFIXES = [
const CONSIDERED_JOBS = [
"Windows Live Tests",
"Linux Live Tests",
"Build .deb Package",
"Upload Code Coverage"
"Build .deb Package"
];
async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {