From bd4d309d89cf6576b9b1ea3228d399ec7ba276cb Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Mon, 11 Apr 2022 14:23:49 -0700 Subject: [PATCH] update codecov --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8253e94..608cae1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,11 +45,11 @@ jobs: uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml + files: ./coverage.xml flags: unittests name: codecov-umbrella - yml: ./codecov.yml fail_ci_if_error: true + verbose: true validate: runs-on: ubuntu-latest strategy: