From 9c247156efa399af4933ddf714a55e1b8b50b75f Mon Sep 17 00:00:00 2001 From: Laura Vuorenoja Date: Wed, 30 Aug 2023 12:07:44 +0300 Subject: [PATCH] Add verbose flag to codecov upload action. --- .codecov.yaml | 2 +- .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.codecov.yaml b/.codecov.yaml index 58919e15..37fef72b 100644 --- a/.codecov.yaml +++ b/.codecov.yaml @@ -2,7 +2,7 @@ coverage: status: project: default: - target: 75% + target: 76% threshold: 3% patch: default: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ce11895..3917715e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -165,3 +165,4 @@ jobs: with: files: ./coverage-default.txt,./coverage-peer.txt,./coverage-e2e.txt fail_ci_if_error: ${{ github.ref_name != 'dev' }} + verbose: true