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