diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 72b8293e0..000000000 --- a/.codecov.yml +++ /dev/null @@ -1,13 +0,0 @@ -coverage: - status: - patch: true - project: true -comment: - layout: "flags, files" - behavior: once - require_changes: true -ignore: - - "tools" - - "**/mock" - - "**/*_mock.go" - - "**/*test" diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4cadaa567..c25341146 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,6 +41,12 @@ jobs: - name: Codecov uses: codecov/codecov-action@v5 + with: + file: ./coverage.txt + flags: unittests + name: codecov-umbrella + fail_ci_if_error: false + verbose: true test-win: name: Windows