Skip to content

Commit

Permalink
import pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-cassese committed Apr 15, 2024
1 parent 61dea52 commit db75cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Generate code coverage report
if: matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'
run: |
python -m pip install pytest
python -m pip install coverage
coverage run --source squishyplanet --module pytest
coverage xml
Expand Down

0 comments on commit db75cc4

Please sign in to comment.