Skip to content

Commit

Permalink
Update "continuous-integration-quality-unit-tests.yml" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jun 9, 2022
1 parent 01dcda5 commit 42454ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: bash
- name: Test with Pytest
run: |
poetry run python -W ignore -m py.test --disable-warnings --doctest-modules --ignore=$CI_PACKAGE/examples --cov=$CI_PACKAGE $CI_PACKAGE
poetry run python -W ignore -m pytest --disable-warnings --doctest-modules --ignore=$CI_PACKAGE/examples --cov=$CI_PACKAGE $CI_PACKAGE
shell: bash
- name: Upload Coverage to coveralls.io
run: |
Expand Down

0 comments on commit 42454ba

Please sign in to comment.