Skip to content

Commit

Permalink
IMPROVEMENT: if not installed the tests are not found
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 12, 2024
1 parent a0f3674 commit ccd7c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install pymavlink pytest pytest-cov coverage mock
pip install -U .
- name: Run tests and collect coverage
run: pytest --cov MethodicConfigurator
Expand Down

0 comments on commit ccd7c7d

Please sign in to comment.