diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 06a839c4..7a75dd50 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -64,4 +64,7 @@ jobs: MARIADB_PORT: 50000 - name: Upload coverage to Codecov - run: bash <(curl -s https://codecov.io/bash) + uses: codecov/codecov-action@v4 + with: + files: ./coverage.out + token: ${{ secrets.CODECOV_TOKEN }}