From 97d0d8e49159ffad0a46189ea6a7f5b8289d5b96 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Tue, 11 Feb 2025 09:08:47 +0100 Subject: [PATCH] Replace deprecated argument for codecov action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceb0f325..80ad5807 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -326,7 +326,7 @@ jobs: uses: codecov/codecov-action@v5 with: disable_search: true - file: __out/cobertura.xml + files: __out/cobertura.xml name: Github Actions token: ${{secrets.CODECOV_TOKEN}} verbose: true