Skip to content

Commit 6d68521

Browse files
ci: fix codecov
1 parent 483c8c7 commit 6d68521

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545

4646
- name: Upload coverage to Codecov
4747
if: success()
48-
uses: codecov/codecov-action@v3
48+
uses: codecov/codecov-action@v5
4949
with:
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
files: ./cobertura.xml
5252
fail_ci_if_error: true
53+
slug: avocado-linux/prserv

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ jobs:
88
checks:
99
name: Run Checks
1010
uses: ./.github/workflows/checks.yml
11+
secrets: inherit

0 commit comments

Comments
 (0)