Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir committed Dec 6, 2024
1 parent 714b380 commit fcb37a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
run: make cover_profile

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.0.7 # https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v4.5.0 # 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 fcb37a3

Please sign in to comment.