Skip to content

Commit

Permalink
update codecov test
Browse files Browse the repository at this point in the history
  • Loading branch information
berombau committed Mar 19, 2024
1 parent 9886b36 commit a744618
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,18 @@ jobs:
python -m pip install --upgrade pip wheel
- name: Install dependencies
run: |
pip install ${{ matrix.pip-flags }} ".[dev,test]"
python -m pip install ${{ matrix.pip-flags }} ".[dev,test]"
- name: Test
env:
MPLBACKEND: agg
PLATFORM: ${{ matrix.os }}
DISPLAY: :42
run: |
coverage run -m pytest -v --color=yes
python -m coverage run -m pytest -v --color=yes
- name: Report coverage
run: |
coverage report
python -m coverage report
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a744618

Please sign in to comment.