Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Aug 8, 2024
1 parent 738563f commit 4cc51ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
cd htool/
lcov --capture --base-directory ./ --directory build/ --output-file coverage.info
lcov --remove coverage.info '/usr/*' '*/hpddm/*' --output-file coverage.info
apt-get update
apt-get install -y --no-install-recommends gpg gpg-agent
- name: Upload coverage to Codecov
if: matrix.CODE_COVERAGE == 'ON'
Expand Down

0 comments on commit 4cc51ff

Please sign in to comment.