We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae3757 commit 2bec962Copy full SHA for 2bec962
.github/workflows/build-linux.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: display installed kiara and module package versions
41
run: pip list | grep kiara
42
- name: test with pytest
43
- run: make test
+ run: pytest --cov=kiara tests
44
- name: Coveralls
45
uses: coverallsapp/github-action@v2
46
with:
pyproject.toml
@@ -223,7 +223,7 @@ dev_documentation = [
223
]
224
225
dev_testing = [
226
- "coveralls>=3.2.0",
+ "pytest-cov>=4.1.0",
227
"flake8>=3.8.4",
228
"jsonschema>=4.0.0",
229
"mypy>=0.800",
0 commit comments