Skip to content

Commit

Permalink
ci: added lcov in github runner
Browse files Browse the repository at this point in the history
Signed-off-by: Rajdeep Roy Chowdhury <rrajdeeproychowdhury@gmail.com>
  • Loading branch information
Razdeep committed Jan 26, 2024
1 parent 2bdab3a commit 890d239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- id: checkout
uses: actions/checkout@v2
- name: Setup LCOV
uses: hrishikesh-kadam/setup-lcov@v1
- id: build-on-windows
if: matrix.operating-system == 'windows-latest'
run: mkdir build && cd build && cmake .. && cmake --build . --target INSTALL
Expand Down

0 comments on commit 890d239

Please sign in to comment.