mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
ci: save unified coverage as build artifact (#3626)
Signed-off-by: Andrei Aaron <andreifdaaron@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user