mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-14 01:23:02 +01:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user