Solving a bug with the tests in the CI.

This commit is contained in:
Anonymus Raccoon
2020-02-11 16:32:11 +01:00
committed by GitHub
parent d7002336fa
commit 7bc5d61d18
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Build with Makefile
run: make -C build unit_tests
- name: Execute tests
run: build/unit_tests
run: cd build && ./unit_tests
- name: Output coverage
run: gcovr -e tests/ -o coverage.xml --xml
- name: Publish to CodeCov