Give the upload-artifact step a proper name
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m26s

This commit is contained in:
hashlag
2026-01-28 02:25:44 +03:00
parent 1a999a7dd3
commit b02685d29f

View File

@@ -40,7 +40,8 @@ jobs:
lcov --ignore-errors inconsistent,mismatch -c -d build-debug/ -o lcovout
genhtml lcovout -o coverage-report
- uses: actions/upload-artifact@v3
- name: Upload coverage report
uses: actions/upload-artifact@v3
with:
name: CoverageReport
path: coverage-report/