Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Jan 9, 2024
1 parent f428dc1 commit 2d3117d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-python.yaml
Expand Up @@ -33,13 +33,13 @@ jobs:
# set -o pipefail
# poetry run pytest -n auto --junitxml=pytest-junit.xml --cov-report=term-missing:skip-covered --cov=src | tee pytest-coverage.txt

- name: pytest coverage comment - using Python 3.10 on ubuntu-latest
if: matrix.python == '3.10' && matrix.os == 'ubuntu-latest'
continue-on-error: true # forks fail to add a comment, so continue any way
uses: MishaKav/pytest-coverage-comment@main
with:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest-junit.xml
# - name: pytest coverage comment - using Python 3.10 on ubuntu-latest
# if: matrix.python == '3.10' && matrix.os == 'ubuntu-latest'
# continue-on-error: true # forks fail to add a comment, so continue any way
# uses: MishaKav/pytest-coverage-comment@main
# with:
# pytest-coverage-path: ./pytest-coverage.txt
# junitxml-path: ./pytest-junit.xml

- name: Build Executable
run: poetry run poe build
Expand Down

0 comments on commit 2d3117d

Please sign in to comment.