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 21069c3 commit 43b17a4Copy full SHA for 43b17a4
.github/workflows/qiita-ci.yml
@@ -119,6 +119,8 @@ 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
+ nosetests --with-doctest --with-coverage --cover-package=qiita_client
123
+
124
- uses: codecov/codecov-action@v3
125
with:
126
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments