Skip to content

Commit 43b17a4

Browse files
committed
add nosetests
1 parent 21069c3 commit 43b17a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ jobs:
119119
conda activate qiita_client
120120
export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
121121
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+
122124
- uses: codecov/codecov-action@v3
123125
with:
124126
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)