Skip to content

Commit

Permalink
feat(ci): Use codecov for coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstacks committed Jan 13, 2025
1 parent 96ccc03 commit 8121b79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ jobs:
# on contributor's forks
run-e2e: false
go-version: ${{ env.GO_VERSION }}
- if: github.repostiory == 'ngrok/ngrok-operator'
name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

helm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8121b79

Please sign in to comment.