From 244dd43f6f0e7909878257a190a8911bc9cc00bb Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:00:42 +0100 Subject: [PATCH 1/2] Allow temporary failures --- .github/workflows/unit-tests.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7455125a7f..52760ba653 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -13,7 +13,15 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download latest codecov upload script - run: wget https://codecov.io/bash -O newcodecov + run: | + exit=1 + while [ "$exit" -ne 0 ]; do + wget https://codecov.io/bash -O newcodecov + exit="$?" + if [ "$exit" -ne 0 ]; then + sleep 30 + fi + done - name: Detect changes to manually verify run: diff newcodecov .github/jobs/uploadcodecov.sh From a5da764e71b221b2203cfca7f0b1bff72214aaa7 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sun, 8 Dec 2024 17:19:48 +0100 Subject: [PATCH 2/2] Move all inline style to dedicated endpoint We rendered the