Skip to content

Commit

Permalink
ci: test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Dec 29, 2023
1 parent 4ae3757 commit 2bec962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: display installed kiara and module package versions
run: pip list | grep kiara
- name: test with pytest
run: make test
run: pytest --cov=kiara tests
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ dev_documentation = [
]

dev_testing = [
"coveralls>=3.2.0",
"pytest-cov>=4.1.0",
"flake8>=3.8.4",
"jsonschema>=4.0.0",
"mypy>=0.800",
Expand Down

0 comments on commit 2bec962

Please sign in to comment.