Skip to content

Commit

Permalink
Disable verbosity for codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Oct 27, 2023
1 parent c312268 commit 49fabc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
env_vars: OS,PYTHON
verbose: true
verbose: false

0 comments on commit 49fabc2

Please sign in to comment.