diff --git a/.codecov.yaml b/.codecov.yaml index 801c691..aec7012 100644 --- a/.codecov.yaml +++ b/.codecov.yaml @@ -2,7 +2,7 @@ coverage: status: project: default: - target: 85% + target: 87% threshold: 3% patch: default: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 883a18f..223219e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,3 +65,4 @@ jobs: with: files: ./coverage.txt,./coverage-e2e.txt fail_ci_if_error: ${{ github.ref_name != 'dev' }} + verbose: true