Skip to content

Commit

Permalink
use codecov-action to upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Aug 18, 2024
1 parent 9f9f90f commit e9b9ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:

- name: Upload coverage to Codecov
if: ${{ matrix.go-version == '1.18.x' }}
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e9b9ef0

Please sign in to comment.