From: Sebastián Ramírez Date: Tue, 16 Dec 2025 17:52:17 +0000 (-0800) Subject: 👷 Configure coverage, error on main tests, don't wait for Smokeshow (#14536) X-Git-Tag: 0.125.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68dc2d4190ebc5b9a820310dbfdde41437443ac;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Configure coverage, error on main tests, don't wait for Smokeshow (#14536) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f68622f27b..623807f8a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -154,7 +154,6 @@ jobs: merge-multiple: true - 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 @@ -162,6 +161,7 @@ jobs: name: coverage-html path: htmlcov include-hidden-files: true + - run: coverage report --fail-under=100 # https://github.com/marketplace/actions/alls-green#why check: # This job does nothing and is only used for the branch protection