WIP: feat(tests): enable parallel execution of functional tests #68

Closed
jabber.developer2 wants to merge 15 commits from feat/parallel-functional-tests into master
14 changed files with 408 additions and 117 deletions
Showing only changes of commit 4789ada834 - Show all commits

View File

@@ -114,12 +114,12 @@ jobs:
make check || true
make check-functional-parallel || true
lcov --capture --directory . --output-file /coverage/coverage.info \
--rc lcov_branch_coverage=1 \
--rc branch_coverage=1 \
--ignore-errors inconsistent
lcov --remove /coverage/coverage.info \
"/usr/include/*" "*/tests/*" \
--output-file /coverage/coverage.info \
--rc lcov_branch_coverage=1 \
--rc branch_coverage=1 \
--ignore-errors inconsistent,empty,unused
'
- name: Upload coverage to Codecov