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 e1551dc commit 92fdf87Copy full SHA for 92fdf87
.github/workflows/qiita-plugin-ci.yml
@@ -29,13 +29,13 @@ jobs:
29
conda create --yes -n qiita-files python=${{ matrix.python-version }} h5py pandas scipy numpy
30
conda activate qiita-files
31
pip install .
32
- pip install sphinx sphinx-bootstrap-theme nose-timer codecov Click
+ pip install sphinx sphinx-bootstrap-theme pytest-cov codecov Click
33
34
- name: Main tests
35
shell: bash -l {0}
36
run: |
37
38
- nosetests --with-doctest --with-coverage --cover-package=qiita_files
+ pytest --with-doctest --cov=qiita_files --cov-report=lcov
39
40
lint:
41
runs-on: ubuntu-latest
0 commit comments