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: