Skip to content

Commit 4d4cf52

Browse files
wip: test coverage fix
Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
1 parent b398deb commit 4d4cf52

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
6161
- name: Run Tests
6262
run: |
63-
(cd build && make VERBOSE=1 coverage)
63+
cd build
64+
make VERBOSE=1 coverage 2>&1
6465
6566
- name: Static analysis
6667
run: |

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ if(WITH_COVERAGE)
114114
LCOV_ARGS
115115
--ignore-errors
116116
mismatch,negative
117+
# GCOVR_ARGS --gcov-ignore-parse-errors negative_hits.warn
117118
)
118119
endif()
119120

0 commit comments

Comments
 (0)