Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Apr 28, 2023
1 parent 99ed80b commit 30a9d17
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest coveralls
python -m pip install flake8 pytest pytest-cov coveralls
python -m pip install .
python -m pip install .[distribution]
- name: Test with pytest
run: |
python -m pytest tests -p no:warnings
python -m pytest tests -p no:warnings --cov=hyperactive tests/
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}

0 comments on commit 30a9d17

Please sign in to comment.