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 24207de commit 1e1ce0eCopy full SHA for 1e1ce0e
.github/workflows/hiperseis_main_ci.yml
@@ -43,7 +43,7 @@ jobs:
43
conda init
44
conda activate hiperseis
45
pip install -r tests/requirements.txt
46
- pytest --cov --cov-report=xml ./tests/test_config.py
+ pytest --cov --cov-report=xml ./tests
47
- name: Upload coverage reports to Codecov
48
uses: codecov/codecov-action@main
49
with:
0 commit comments