Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Nov 12, 2024
1 parent 6738b27 commit fa651ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Unitest with pytest
# yamllint disable rule:line-length
run:
python -m pytest . -v -rP --doctest-modules --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml --cov-report term-missing --cov-fail-under=80 --cov-report html:test-coverage-${{ matrix.os }}-${{ matrix.python-version }}.html
python -m pytest . -v -rP --doctest-modules --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml --cov-report term-missing --cov-fail-under=80 --cov=./kyu_2 --cov-report html:test-coverage-${{ matrix.os }}-${{ matrix.python-version }}.html
# yamllint enable rule:line-length
- name: Upload pytest test artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fa651ba

Please sign in to comment.