From 8dabbffa15b1512c0bd0225a440fe6f5989a85f1 Mon Sep 17 00:00:00 2001 From: Adnan Khan Date: Sun, 25 Feb 2024 14:38:36 -0500 Subject: [PATCH] Update pytest.yaml --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 391af8e..f082666 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -60,4 +60,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with Pytest run: | - pytest --cov-fail-under=80 + pytest --cov-fail-under=60