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 92fdf87 commit 08a1c99Copy full SHA for 08a1c99
.github/workflows/qiita-plugin-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
shell: bash -l {0}
36
run: |
37
conda activate qiita-files
38
- pytest --with-doctest --cov=qiita_files --cov-report=lcov
+ pytest --doctest-modules --cov=qiita_files --cov-report=lcov
39
40
lint:
41
runs-on: ubuntu-latest
0 commit comments