gcovr scan path
Some checks failed
Build and Test verification / build (push) Successful in 22s
Build and Test verification / test (push) Failing after 3s

This commit is contained in:
2026-05-08 13:31:24 -05:00
parent d0f5869f26
commit 2349fdbcab

View File

@@ -51,4 +51,4 @@ jobs:
ctest -T Test
- name: code_coverage
run: gcovr -r .. --filter "../src"
run: gcovr -r . --filter "../src"