Skip to content

Commit

Permalink
lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 24, 2024
1 parent d239419 commit 05f87a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,12 @@ jobs:
- name: Install Go cover
run: go install golang.org/x/tools/cmd/cover@latest

- name: Install lcov for dependencies
run: sudo apt-get install -y lcov
- name: Install lcov dependencies
run: sudo apt-get install -y libgd-dev libgd-perl libdatetime-perl

- name: Build lcov/genhtml
- name: Build lcov
run: |
yes yes | sudo cpan install Date::Parse Capture::Tiny GD
git clone https://github.com/linux-test-project/lcov.git /tmp/lcov
pushd /tmp/lcov
git reset --hard 49608c474b8fe7369ad96dff5935b4746a406c09
Expand Down

0 comments on commit 05f87a6

Please sign in to comment.