diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-04-09 07:57:43 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-04-09 07:57:43 +0200 |
commit | dd2724904111a1e82bbbba3db8b538405a213b20 (patch) | |
tree | d11ca119a353bcab4fb8a656b5ff29bf93758894 | |
parent | 21684bbf4bcaa9cecd221d43638935e8e67fa355 (diff) |
ci: remove coverage
-rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba8525c..7a8200a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,4 @@ jobs: go-version: '1.23' - name: Test - run: go test $(go list ./... | egrep -v 'proto|cmd') -v -coverprofile=coverage.txt - - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5 - with: - token: ${{ secrets.CODECOV_TOKEN }} + run: go test $(go list ./... | egrep -v 'proto|cmd') -v |