Skip to content

Commit

Permalink
ci: add token for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Apr 8, 2024
1 parent 7abad24 commit ce93552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
clickstream/build/reports/
clickstream/build/test-results/
- name: Upload Test Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: report
files: clickstream/build/reports/jacoco/jacoco.xml

0 comments on commit ce93552

Please sign in to comment.