diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c25341146..25ca782c6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,11 +42,10 @@ jobs: - name: Codecov uses: codecov/codecov-action@v5 with: - file: ./coverage.txt + files: ./coverage.txt flags: unittests name: codecov-umbrella fail_ci_if_error: false - verbose: true test-win: name: Windows