diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index 5e37428..3dfdaaf 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -26,12 +26,14 @@ jobs: shell: bash -l {0} if: ${{ matrix.python != '3.12' }} run: | + conda list nosetests -v --with-coverage --cover-package=yeadon - name: Run pytest shell: bash -l {0} if: ${{ matrix.python == '3.12' }} run: | conda install pytest + conda list coverage run -m pytest yeadon - name: Build the documentation shell: bash -l {0}