Skip to content

Commit

Permalink
install lcov on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Aug 17, 2024
1 parent 62f9f4e commit 9a65cd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gamma_f77_codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# Copyright Christopher Kormanyos 2022 - 2024.
# Copyright Christopher Kormanyos 2024.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down Expand Up @@ -27,6 +27,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: update-tools
run: sudo apt install lcov
- name: gnumake-gcc-gcov-native
run: |
cd .gcov/make
Expand Down

0 comments on commit 9a65cd1

Please sign in to comment.