Skip to content

Commit

Permalink
moving cov back to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Jan 10, 2025
1 parent 362f4e4 commit 00f00b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
micromamba list
- name: "Run tests"
run: |
pytest -n auto -v --cov-report=xml
pytest -n auto -v --cov=konnektor --cov-report=xml
- name: "Test Notebooks"
run: |
# another dep I don't want to include in the env
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ default-tag = "0.0.0"
file = "src/konnektor/_version.py"

[tool.pytest.ini_options]
addopts = "--ignore=dev --cov=konnektor"
addopts = "--ignore=dev"

0 comments on commit 00f00b2

Please sign in to comment.