We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483c8c7 commit 6d68521Copy full SHA for 6d68521
.github/workflows/checks.yml
@@ -45,8 +45,9 @@ jobs:
45
46
- name: Upload coverage to Codecov
47
if: success()
48
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
files: ./cobertura.xml
52
fail_ci_if_error: true
53
+ slug: avocado-linux/prserv
.github/workflows/pr.yml
@@ -8,3 +8,4 @@ jobs:
8
checks:
9
name: Run Checks
10
uses: ./.github/workflows/checks.yml
11
+ secrets: inherit
0 commit comments