chore: make path to tests optional
This commit is contained in:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
run: rm -rf build || true && mkdir build && cd build && cmake .. -DLIBMBUS_BUILD_EXAMPLES=ON -DLIBMBUS_BUILD_TESTS=ON -DLIBMBUS_ENABLE_COVERAGE=ON && cmake --build . -j && cd ..
|
||||
|
||||
- name: generate test frames
|
||||
run: ./test/generate-xml.sh test/test-frames build/bin/mbus_parse_hex
|
||||
run: ./test/generate-xml.sh test/test-frames
|
||||
|
||||
- name: install and run gcovr
|
||||
run: sudo pip install gcovr && gcovr build/.
|
||||
|
Reference in New Issue
Block a user