We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8952d commit 109a2b0Copy full SHA for 109a2b0
.github/workflows/coverage.yml
@@ -19,10 +19,9 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install pytest pytest-cov
23
24
- name: Build pyKVFinder
25
- run: pip install .[dev]
+ run: pip install -e .[dev]
26
27
- name: Build coverage file
28
pyproject.toml
@@ -100,7 +100,7 @@ version = { attr = "pyKVFinder.__version__" }
100
101
[tool.pytest.ini_options]
102
testpaths = ["tests/integration", "tests/unit"]
103
-addopts = ["--import-mode=importlib"]
+# addopts = ["--import-mode=importlib"]
104
105
[tool.coverage.run]
106
omit = ["pyKVFinder/argparser.py", "pyKVFinder/__init__.py"]
0 commit comments