From c71f1ef0e3fa915ccfdc7d0119eecf6af9c36aa2 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 5 Jun 2021 02:26:13 +0200 Subject: [PATCH] Remove verbose from the codecov action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d536c2..d5e0528 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: name: codecov-umbrella #fail_ci_if_error: true path_to_write_report: ./coverage/codecov_report.txt - verbose: true + #verbose: true finish: needs: build -- 2.39.2