Skip to content

Commit

Permalink
Try installing coverage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 15, 2024
1 parent e6d0812 commit af95827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
if: ${{ matrix.toolchain == 'nightly' }}
run: cargo install grcov && grcov rust --path-mapping rust/mapping.json -o lcov.txt

- name: Install coverage.py
run: sudo pip install coverage

# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
# if: ${{ matrix.toolchain == 'nightly' }}
Expand Down

0 comments on commit af95827

Please sign in to comment.