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 81e761f commit 3be6b59Copy full SHA for 3be6b59
.github/actions/coverage/action.yaml
@@ -32,10 +32,3 @@ runs:
32
with:
33
name: ${{ inputs.artifact_name }}
34
path: build/coverage_report
35
-
36
- - name: Upload to Codecov
37
- uses: codecov/codecov-action@v4
38
- with:
39
- token: ${{ secrets.CODECOV_TOKEN }}
40
- files: build/coverage.info
41
- fail_ci_if_error: true
.github/workflows/ci.yaml
@@ -20,3 +20,10 @@ jobs:
20
21
build_type: Debug
22
- uses: ./.github/actions/coverage
23
+
24
+ - name: Upload to Codecov
25
+ uses: codecov/codecov-action@v4
26
+ with:
27
+ token: ${{ secrets.CODECOV_TOKEN }}
28
+ files: build/coverage.info
29
+ fail_ci_if_error: true
0 commit comments