Skip to content

Commit

Permalink
Codecob upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviv Laufer authored and smintz committed Jun 19, 2024
1 parent 8822d3e commit c5ba8a6
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 @@ -37,5 +37,7 @@ jobs:
name: Go-results
path: test_results.json

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

0 comments on commit c5ba8a6

Please sign in to comment.