chore: make path to tests optional

This commit is contained in:
Carlos Gomes Martinho
2020-04-24 09:55:01 +02:00
parent 716fe0358c
commit f569816788
3 changed files with 25 additions and 16 deletions

View File

@ -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/.