We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6744f41 + 18b2ab6 commit 5c8d040Copy full SHA for 5c8d040
.github/workflows/build.yml
@@ -17,15 +17,15 @@ jobs:
17
if: >-
18
github.event_name == 'pull_request' &&
19
github.event.pull_request.head.repo.full_name != github.repository
20
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
21
with:
22
fail_ci_if_error: true
23
- name: Upload coverage to codecov (with token)
24
if: >
25
github.repository == 'TheAlgorithms/Java' &&
26
(github.event_name != 'pull_request' ||
27
github.event.pull_request.head.repo.full_name == github.repository)
28
29
30
token: ${{ secrets.CODECOV_TOKEN }}
31
0 commit comments