Skip to content

Commit 599f14f

Browse files
committed
Coverage as artifact
1 parent 7b117b5 commit 599f14f

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/check_documentation.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,14 @@ jobs:
4242
- name: Code Coverage and CodeCov
4343
run: |
4444
bash .github/workflows/code_coverage.sh
45-
46-
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v4
45+
46+
- name: Upload coverage as artifact
47+
uses: actions/upload-artifact@v4
4848
with:
49-
fail_ci_if_error: true
50-
files: ./cleanedCoverage_as_rss.info,./cleanedCoverage_as_rss_map_integration.info
51-
flags: unittests
52-
token: ${{ secrets.CODECOV_TOKEN }}
53-
verbose: true
49+
name: coverage_report
50+
path: ./coverage
51+
if-no-files-found: error
52+
overwrite: true
5453

5554
- name: Documentation Deployment (Test)
5655
run: |

0 commit comments

Comments
 (0)