We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad9ab5 commit 75c5b26Copy full SHA for 75c5b26
.github/workflows/go-test.yml
@@ -29,5 +29,5 @@ jobs:
29
token: ${{ secrets.CODECOV_TOKEN }}
30
files: ./coverage.txt
31
fail_ci_if_error: false # optional (default = false)
32
- verbose: true # optional (default = false)
+ verbose: false # optional (default = false)
33
0 commit comments