Skip to content

Commit 109a2b0

Browse files
committed
Update coverage workflow
1 parent ac8952d commit 109a2b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install pytest pytest-cov
2322
2423
- name: Build pyKVFinder
25-
run: pip install .[dev]
24+
run: pip install -e .[dev]
2625

2726
- name: Build coverage file
2827
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ version = { attr = "pyKVFinder.__version__" }
100100

101101
[tool.pytest.ini_options]
102102
testpaths = ["tests/integration", "tests/unit"]
103-
addopts = ["--import-mode=importlib"]
103+
# addopts = ["--import-mode=importlib"]
104104

105105
[tool.coverage.run]
106106
omit = ["pyKVFinder/argparser.py", "pyKVFinder/__init__.py"]

0 commit comments

Comments
 (0)