From 2d3117d402ef68f4b16bbfe607ac7c9e0d4b40aa Mon Sep 17 00:00:00 2001 From: Altynbek Orumbayev Date: Tue, 9 Jan 2024 13:57:44 +0100 Subject: [PATCH] chore: testing ci --- .github/workflows/build-python.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-python.yaml b/.github/workflows/build-python.yaml index e1ef0e20..4c81f3df 100644 --- a/.github/workflows/build-python.yaml +++ b/.github/workflows/build-python.yaml @@ -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