We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b17a4 commit 671f4c4Copy full SHA for 671f4c4
.github/workflows/qiita-ci.yml
@@ -119,6 +119,7 @@ jobs:
119
conda activate qiita_client
120
export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
121
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
122
+ export QIITA_CLIENT_DEBUG_LEVEL=DEBUG
123
nosetests --with-doctest --with-coverage --cover-package=qiita_client
124
125
- uses: codecov/codecov-action@v3
0 commit comments