From 88505333d18365482c873a1d16bc9c0635f52e3f Mon Sep 17 00:00:00 2001 From: Milan Gruner Date: Tue, 19 Mar 2024 14:01:13 +0100 Subject: [PATCH] Fix wrong param flag for codecov-action in web-actions.yml --- .github/workflows/web-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-actions.yml b/.github/workflows/web-actions.yml index 394135357..381f3df18 100644 --- a/.github/workflows/web-actions.yml +++ b/.github/workflows/web-actions.yml @@ -70,7 +70,7 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: fail_ci_if_error: false - flag: unittests + flags: unittests name: citycatalyst-backend token: ${{ secrets.CODECOV_TOKEN }} slug: Open-Earth-Foundation/CityCatalyst