Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Mar 7, 2024
1 parent 4d896f6 commit fb034a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest hypothesis pandas coverage cython
pip install coverage cython hypothesis pandas pytest pytest-cov
- name: Generate cython
run: |
Expand All @@ -33,9 +33,7 @@ jobs:

- name: Test with pytest and generate coverage info
run: |
PYTHONPATH=$(pwd)/src coverage run -m pytest tests
coverage xml
coverage report
PYTHONPATH=$(pwd)/src pytest --cov=./src --cov-report=xml tests
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit fb034a3

Please sign in to comment.