Skip to content

Commit

Permalink
Merge pull request #1526 from hyperledger/fix_codecov
Browse files Browse the repository at this point in the history
Use codecov github action
  • Loading branch information
peterbroadhurst authored Jul 8, 2024
2 parents 16aec0b + e7d5c62 commit a6700a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- name: Build and Test
run: make

- name: Upload coverage
run: bash <(curl -s https://codecov.io/bash)
- uses: codecov/codecov-action@v4
with:
codecov_yml_path: ./codecov.yml
token: ${{ secrets.CODECOV_TOKEN }}

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a6700a8

Please sign in to comment.