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 71d9b0a commit 9c597a9Copy full SHA for 9c597a9
.github/workflows/pytest.yml
@@ -79,7 +79,7 @@ jobs:
79
shell: bash -l {0} # necessary for conda env to be active
80
run: |
81
# ignore iotools; those tests are run in a separate workflow
82
- pytest pvlib --cov=./ --cov-report=xml --ignore=tests/iotools
+ pytest tests --cov=./ --cov-report=xml --ignore=tests/iotools
83
84
- name: Upload coverage to Codecov
85
if: matrix.python-version == 3.9 && matrix.suffix == '' && matrix.os == 'ubuntu-latest' && matrix.environment-type == 'conda'
0 commit comments