ci: save unified coverage as build artifact (#3626)

Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
Andrei Aaron
2025-12-06 21:58:37 +02:00
committed by GitHub
parent 667ecfa40e
commit ba8ab49502
+7
View File
@@ -172,6 +172,13 @@ jobs:
cp coverage-devmode/* .
cp coverage-needprivileges/* .
make covhtml
mkdir unified-coverage
cp coverage.txt coverage.html unified-coverage/
- name: upload html coverage
uses: actions/upload-artifact@v5
with:
name: unified-coverage
path: unified-coverage/*
- name: upload code coverage
uses: codecov/codecov-action@v5
with: