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 2473474 commit 51ab251Copy full SHA for 51ab251
.github/workflows/hiperseis_main_ci.yml
@@ -52,7 +52,7 @@ jobs:
52
sudo apt-get install openmpi-bin libopenmpi-dev
53
sudo apt-get install libhdf5-dev
54
pip install -r tests/requirements.txt
55
- pytest --cov --cov-report=xml
+ pytest --cov --cov-report=xml ./tests
56
- name: Upload coverage reports to Codecov
57
uses: codecov/codecov-action@main
58
with:
0 commit comments