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 0702747 commit e7d27a8Copy full SHA for e7d27a8
.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 --doctest-modules --cov=qiita_files `if (( $(echo "${{ matrix.python-version }} > 3.6" | bc -l) )); then echo "--cov-report=lcov"; else echo ""; fi`
+ pytest --doctest-modules `if (( $(echo "${{ matrix.python-version }} > 3.6" | bc -l) )); then echo "--cov-report=lcov --cov=qiita_files"; else echo ""; fi`
39
40
lint:
41
runs-on: ubuntu-latest
0 commit comments