From b0fbba2f5e11c94b54037f3f72d578a980f5e810 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sun, 27 Oct 2024 17:27:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- .gitea/workflows/python-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/python-test.yml b/.gitea/workflows/python-test.yml index 7234fde..fe892b7 100644 --- a/.gitea/workflows/python-test.yml +++ b/.gitea/workflows/python-test.yml @@ -28,4 +28,4 @@ jobs: run: python3 -m pip install .[test] --break-system-packages - name: Test Python Code if: success() - run: python3 -m pytest test --cov=fin_defs --cov-report html:htmlcov --cov-fail-under=0 + run: python3 -m pytest test --cov=fin_defs --cov-report html:htmlcov --cov-fail-under=100