We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2e1d41 + ae861d6 commit f4fb745Copy full SHA for f4fb745
1 file changed
.github/workflows/build.yml
@@ -20,15 +20,15 @@ jobs:
20
if: >-
21
github.event_name == 'pull_request' &&
22
github.event.pull_request.head.repo.full_name != github.repository
23
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
24
with:
25
fail_ci_if_error: true
26
- name: Upload coverage to codecov (with token)
27
if: >
28
github.repository == 'TheAlgorithms/Java' &&
29
(github.event_name != 'pull_request' ||
30
github.event.pull_request.head.repo.full_name == github.repository)
31
32
33
token: ${{ secrets.CODECOV_TOKEN }}
34
0 commit comments