Give the upload-artifact step a proper name
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m26s
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m26s
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user