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 df75175 commit 0ada1e6Copy full SHA for 0ada1e6
.github/workflows/coverage-upload.yml
@@ -9,7 +9,7 @@ permissions:
9
checks: write # For the check run creation !
10
11
jobs:
12
- upload:
+ coverage:
13
name: Coverage
14
permissions:
15
contents: read
.github/workflows/pre-check-CI-updates.yml
@@ -30,7 +30,7 @@ jobs:
30
31
uses: ./.github/workflows/reusable-CI-workflow.yml
32
33
34
35
needs: [tests]
36
0 commit comments