Skip to content

Commit

Permalink
Switch to codecov action v5+ for tokenless uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Dec 2, 2024
1 parent 2e3645f commit a685071
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
run: make cover_profile

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0 # https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v5.0.7 # https://github.com/codecov/codecov-action
with:
file: .build/coverage/unit_cover.out
exclude: ./
token: ${{ secrets.CODECOV_TOKEN }}
slug: cadence-workflow/cadence

0 comments on commit a685071

Please sign in to comment.