Remove "Publish test coverage" step on CI (#2036)

There is no token for codecov and no plans on getting one.
This commit is contained in:
Denis Bilenko 2024-12-19 16:29:51 +01:00 committed by GitHub
parent f939e57f3a
commit 07fff20eff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -54,9 +54,6 @@ jobs:
- name: Run tests
run: make testonly
- name: Publish test coverage
uses: codecov/codecov-action@v4
golangci:
name: lint
runs-on: ubuntu-latest