From 9b5879795c7a6137c058c6ad0c5a9cc2773953c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:07:47 +0000 Subject: [PATCH] CI: Truncate codecov upload name if too long --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 21601663075..23895cd6116 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -207,7 +207,7 @@ jobs: verbose: true # gcov: true flags: gunittest,gunittest-${{ matrix.config }},gunittest-${{ matrix.config }}-${{ steps.get-exclude.outputs.extra-include-tag-trunc }} - name: gunittest-${{ matrix.config }}-${{ steps.get-exclude.outputs.extra-include-tag }} + name: gunittest-${{ matrix.config }}-${{ steps.get-exclude.outputs.extra-include-tag-trunc }} token: ${{ secrets.CODECOV_TOKEN }} build-and-test-success: