Skip to content

Commit 2bec962

Browse files
committed
ci: test coverage
1 parent 4ae3757 commit 2bec962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-linux.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: display installed kiara and module package versions
4141
run: pip list | grep kiara
4242
- name: test with pytest
43-
run: make test
43+
run: pytest --cov=kiara tests
4444
- name: Coveralls
4545
uses: coverallsapp/github-action@v2
4646
with:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ dev_documentation = [
223223
]
224224

225225
dev_testing = [
226-
"coveralls>=3.2.0",
226+
"pytest-cov>=4.1.0",
227227
"flake8>=3.8.4",
228228
"jsonschema>=4.0.0",
229229
"mypy>=0.800",

0 commit comments

Comments
 (0)