Skip to content

Commit 5f75e35

Browse files
facontidavideclaude
andcommitted
Re-enable file fixes and suppress lcov warnings
disable_file_fixes broke path resolution — Codecov needs it to map absolute CI paths to repo-relative paths. Also suppress geninfo mismatch/negative/gcov warnings (doubled --ignore-errors syntax). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 83c2541 commit 5f75e35

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cmake_ubuntu.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ jobs:
8383
run: |
8484
lcov --capture --directory build/Debug \
8585
--output-file coverage.info \
86-
--ignore-errors mismatch \
87-
--ignore-errors negative
86+
--ignore-errors mismatch,mismatch \
87+
--ignore-errors negative,negative \
88+
--ignore-errors gcov,gcov
8889
lcov --extract coverage.info \
8990
'*/BehaviorTree.CPP/include/*' \
9091
'*/BehaviorTree.CPP/src/*' \
@@ -102,7 +103,7 @@ jobs:
102103
files: coverage.info
103104
flags: unittests
104105
disable_search: true
105-
disable_file_fixes: true
106+
disable_file_fixes: false
106107
plugins: noop
107108
network_filter: >-
108109
include/behaviortree_cpp/,src/

0 commit comments

Comments
 (0)