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