Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirger committed Apr 5, 2024
1 parent 943e0e2 commit 9ea3c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ jobs:

- run: mkdir coverage

- run: pytest -v --doctest-modules --junitxml=coverage/test-results-.xml --cov --cov-report=xml --cov-report=html
- run: pdm run -v pytest -v --doctest-modules --junitxml=.coverage/test-results-.xml --cov --cov-report=xml --cov-report=html

- name: store coverage files
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.os }}-${{ matrix.python-version }}
path: coverage
path: .coverage
# test-mypy:
# name: mypy ${{ matrix.mypy-version }} / ${{ matrix.python-version }}
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ea3c42

Please sign in to comment.