Skip to content

Commit 2473474

Browse files
committed
Remove coveragerc
1 parent 307fab0 commit 2473474

File tree

2 files changed

+1
-58
lines changed

2 files changed

+1
-58
lines changed

.coveragerc

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/workflows/hiperseis_main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
sudo apt-get install openmpi-bin libopenmpi-dev
5353
sudo apt-get install libhdf5-dev
5454
pip install -r tests/requirements.txt
55-
pytest --cov --cov-branch --cov-report=xml
55+
pytest --cov --cov-report=xml
5656
- name: Upload coverage reports to Codecov
5757
uses: codecov/codecov-action@main
5858
with:

0 commit comments

Comments
 (0)