Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Apr 23, 2023
2 parents cddbd92 + 6fb8dd7 commit 219173a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest coveralls codecov pytest-cov
python -m pip install flake8 pytest coveralls
python -m pip install .
python -m pip install .[distribution]
- name: Test with pytest
run: |
python -m pytest tests --cov=hyperactive --cov-report=term-missing --cov-report=xml -p no:warnings
- name: Adjust coverage file for Codecov
run: bash <(sed -i 's/filename=\"/filename=\"hyperactive\//g' coverage.xml)

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
python -m pytest tests -p no:warnings

0 comments on commit 219173a

Please sign in to comment.