Skip to content
7 changes: 4 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ 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
files: .build/coverage/unit_cover.out
exclude: ./
token: ${{ secrets.CODECOV_TOKEN }}
# token: ${{ secrets.CODECOV_TOKEN }}
# token: not-actual-token
slug: cadence-workflow/cadence
Loading