Skip to content

Commit

Permalink
Try to fix codecov with CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun authored Nov 24, 2024
1 parent 7126965 commit 068deca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/groovy-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ jobs:
timeout-minutes: 60
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 068deca

Please sign in to comment.