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 18, 2022
1 parent 60660f0 commit 6c4b94b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 6c4b94b

Please sign in to comment.