mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-23 14:58:36 +00:00
Finishing the build CI
This commit is contained in:
@@ -19,4 +19,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ComSquare
|
||||
path: ComSquare
|
||||
path: build/ComSquare
|
||||
|
||||
@@ -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