Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangHaiNguyen committed Mar 17, 2024
1 parent 72021b1 commit ba6f702
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest preset=linux_test_debug --test-dir build/linux_test_debug/

- name: Coverage
working-directory: ${{github.workspace}}
run: gcovr -r . --filter=easy_embedded

0 comments on commit ba6f702

Please sign in to comment.