Skip to content

Commit

Permalink
install coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Dec 19, 2023
1 parent 7c95888 commit 50938fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install coverage
run: pip install coverage

- name: Run Coverage
run: cd simple_vm_client && coverage xml coverage.xml
Expand Down

0 comments on commit 50938fc

Please sign in to comment.