Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #407 from findy-network/add-verbose-flag-to-codeco…
Browse files Browse the repository at this point in the history
…v-config

Add verbose flag to codecov upload action.
  • Loading branch information
lauravuo committed Aug 30, 2023
2 parents 7df5d77 + 9c24715 commit d621989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage:
status:
project:
default:
target: 75%
target: 76%
threshold: 3%
patch:
default:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d621989

Please sign in to comment.