From f65b9befc4a3a6197ef8172ff0e1bbcee5937c85 Mon Sep 17 00:00:00 2001 From: leehk Date: Mon, 21 Apr 2025 12:24:53 +0800 Subject: [PATCH] verbose = false --- .github/workflows/template_unit_pytest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index 5bf3912..a83d2a6 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -91,6 +91,4 @@ jobs: fail_ci_if_error: true flags: unittests name: codecov-coverage - verbose: true -