From 23a5ef8e2a34acde61319361996200a997dd5271 Mon Sep 17 00:00:00 2001 From: Andrea Gueugnaut Date: Wed, 11 Dec 2024 11:00:17 +0100 Subject: [PATCH] ci: fix typo --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 504186cd3..cd52be118 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,7 +91,7 @@ jobs: directory: packages flags: packages - - name: Upload packages coverage reports to Codecov + - name: Upload server coverage reports to Codecov uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}