From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:16:32 +0000 (+0100) Subject: 👷 Configure coverage, error on main tests, don't wait for Smokeshow (#1683) X-Git-Tag: 0.0.28~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5e97d97d1807a88fc47b24ecb9cb3d04928145;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Configure coverage, error on main tests, don't wait for Smokeshow (#1683) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 641c8829..dadb437f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -124,7 +124,6 @@ jobs: run: uv pip install -r requirements-tests.txt - run: ls -la coverage - run: coverage combine coverage - - run: coverage report - run: coverage html --title "Coverage for ${{ github.sha }}" - name: Store coverage HTML uses: actions/upload-artifact@v5 @@ -132,6 +131,7 @@ jobs: name: coverage-html path: htmlcov include-hidden-files: true + - run: coverage report --fail-under=99 # https://github.com/marketplace/actions/alls-green#why alls-green: # This job does nothing and is only used for the branch protection