ChaosCi.yaml: fix directory path style
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 1m32s

This commit is contained in:
hashlag
2026-01-29 01:29:52 +03:00
parent b7a31b44df
commit 11561c9379

View File

@@ -38,7 +38,7 @@ jobs:
- name: Process coverage data
run: |
lcov --exclude '*/usr/*' --exclude '*/_deps/*' --exclude '*/ChaosTests/*' -c -d build-debug/ -o lcovout
genhtml lcovout -o coverage-report
genhtml lcovout -o coverage-report/
- name: Upload coverage report
uses: actions/upload-artifact@v3