Skip to content

Commit

Permalink
Fix nasa#1483, Install lcov in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pepepr08 committed May 28, 2021
1 parent d398261 commit 06a218c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
timeout-minutes: 15

steps:
- name: Install coverage tools
run: sudo apt-get install lcov -y

# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout bundle
uses: actions/checkout@v2
Expand Down

0 comments on commit 06a218c

Please sign in to comment.