mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-27 00:07:10 +00:00
Finishing the build CI
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Build with Makefile
|
||||
run: make -C build unit_tests
|
||||
- name: Execute tests
|
||||
run: .build/unit_tests
|
||||
run: build/unit_tests
|
||||
- name: Output coverage
|
||||
run: gcovr -e tests/ -o coverage.xml --xml
|
||||
- name: Publish to CodeCov
|
||||
|
||||
Reference in New Issue
Block a user