Skip to content

Commit

Permalink
Merge pull request #132 from ckmah/ckmah-patch-1
Browse files Browse the repository at this point in the history
switch to pytest from unittest
  • Loading branch information
ckmah authored Jun 5, 2024
2 parents ce10e98 + 95c9f5e commit abf5b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
pip install coverage
coverage run -m unittest
coverage run -m pytest tests
- name: Upload Coverage to Codecov
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' }}
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit abf5b69

Please sign in to comment.