Skip to content

Commit

Permalink
Upload test results to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilk23 committed Jan 23, 2025
1 parent 8406751 commit 36d50cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.txt

0 comments on commit 36d50cf

Please sign in to comment.